开发者

Problem building with MSBuild on Team Build

开发者 https://www.devze.com 2023-01-02 00:14 出处:网络
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)

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?


See Can we build a website using MSBuild.

Or convert to a web app project.

0

精彩评论

暂无评论...
验证码 换一张
取 消