How to buld selective Projects within a Solution in TS 2008 in Team Build?

Posted by Steve Johnson on Stack Overflow See other posts from Stack Overflow or by Steve Johnson
Published on 2010-06-08T12:16:02Z Indexed on 2010/06/08 12:22 UTC
Read the original article Hit count: 189

Filed under:
|

Hi all.

I have a solution the source Control (TFS 2008) with multiple projects. Some of the projects are independent of each other. I dont want to build the complete solution instead sometimes we need to build some of the projects.

I am a total newbie in Team Build. Please help how i can use the

 <SolutionToBuild Include="$(BuildProjectFolderPath)/../../Development/Main/Build-Development.sln">
        <Targets></Targets>
        <Properties></Properties>
    </SolutionToBuild>

to select only some of the projects from the solution.

Kindly give a detailed answer for me as i am absolutely clueless about it.

Thanks

© Stack Overflow or respective owner

Related posts about tfs

Related posts about team-build