PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, September 28, 2022

[FIXED] Why VS build automation gets all solution files?

 September 28, 2022     azure-devops, continuous-deployment, continuous-integration, tfsbuild, visual-studio-2015     No comments   

Issue

I set a Visual Studio Build automation (on VS Team Services) for a team project containing several projects.

I need to create a build only for a wpf project instead the entire team project. So I selected the specific project on the build configuration UI, like the following image.

enter image description here

However, when the build starts, I see that every single file in the entire team project is being GET.

Is it normal? My WPF project depends on another two projects, not the entire thing.

Is this a concern? How can I fix that?

Thanks


Solution

The build agent has no way to know that your project has only two references until it starts to build it. You can narrow the number of file it will get by going to the tab "Repository" in the build definition and choose a mapping that is closer to the project. But don't forget to include all the dependencies



Answered By - Fabien
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing