I am trying to setup a TFS Team Build and am new to MSBuild. I have a solution that contains a few projects (MyProject1, MyProject2, ..). I find that setting up the team build I could only select which solution should be built and when performing the build the build target for all the projects becomes the same and the output for all projects is all put into a deploy folder on the build server.
Is there a way for me to only build one or a handful of the projects of the solution without building the whole thing as I only want part of them built?
Can I only build solution files using MSBuild or can I specify individual projects to be built?
Could anyone give me the msbuild syntax if this is possible?