Search Results

0
votes

How to build only a handful of projects contained in a solution using MSBuild?

You could create an additional solution configuration in your solution, e.g. called "Build". In that configuration only build the projects you want. In the teambuild project file use the element t …