开发者

Add Solution to Existing Project File in Team Foundation Build

开发者 https://www.devze.com 2022-12-21 04:04 出处:网络
I’ve created a build project using Team Foundation Build in VS2008.I created it using just 1 of the ma开发者_开发百科ny solutions that I need to build.Now that I got it to build with 1 solution, I wa

I’ve created a build project using Team Foundation Build in VS2008. I created it using just 1 of the ma开发者_开发百科ny solutions that I need to build. Now that I got it to build with 1 solution, I want to add more solutions to the project file. How do I add more solutions?

John.


When you defined the build, you had to create an MSBuild Project File; By default they go into a folder $/{Project}/TeamBuildTypes/{BuildName}. Find the .proj file in the appropriate folder, check it out for edit and find the section of the XML file "<SolutionToBuild Include="...">". Copy that section and update the "Include" path to whatever your solution is. Once you check it in, your builds will include the new solution(s).

0

精彩评论

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

关注公众号