TFS 2012 automatically build projects that depend on current one

…衆ロ難τιáo~ 提交于 2019-12-06 09:44:31

The process you are referring to is the crux of the practice known as Continuous Integration.

TFS does it very well: simply set your build definition Trigger to Continuous Integration and set the Workspace working folder to the parent folder of the three projects. This way, any change in one of the projects will trigger a build.

MSDN: Build and Deploy Continuously

You can use a visual studio solution and use project references between the projects. Then build the solution on your build server.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!