Problem building with MSBuild on Team Build

Posted by mrwayne on Stack Overflow See other posts from Stack Overflow or by mrwayne
Published on 2010-06-04T05:33:13Z Indexed on 2010/06/04 6:19 UTC
Read the original article Hit count: 486

Filed under:
|

Hi,

I have recently upgraded from TFS2005 to TFS2010 (and sub-sequently the team build server).

I used to be able to get a team build on one of my solutions to work pretty easily, (see structure below)

Solution
|_Web Site
|    |_Bin
|    |_Other Files
|_Project 1
|_Project 2
|_Project (n)

Now, i can no longer get a build working correctly as it doesnt appear to build all my projects any longer (i've had to create a new build definition). Either that, or its not building the projects in such an order that when it hits project X, that a project it depends on (Project A), has not yet been built, and as such fails.

I'm just basically trying to build a web site (not web application project), with some Dependant / linked projects. Why must it be so hard!

Everything builds fine in the IDE. If i even open the solution copied to the build server under the 'Sources' directory, i am able to build it fine in the IDE on that server. No such luck with MSBuild though.

Thoughts?

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about team-build