How do you exclude a project from the solution that is built by TFS?
I have:
- Created a configuration and unticked build for the project I want to exclude.
- Checked in the changes to the sln from above file to TFS.
- Triggered a build under TFS with the build configuration I have added.
This doesn't work. When I build locally I can see that the build skips the project (I get "Project not selected to build for this solution configuration"). When I look at the TFS build log, I can confirm that the same configuration is used, and that the project gets built.