TFS Build and workspace

给你一囗甜甜゛ 提交于 2020-01-17 04:19:10

问题


first, I'd like to apologize for my english, it's not my 1st language !

During a build configuration (TFS 2010), in the Workspace tab, I can specify the needed directories in order to avoid getting the whole source code every time I run a build.

Instead of doing this, is it possible to specify to the build to automatically get the projects in the solution to build and nothing else ?

Thanks a lot for your help ! :)


回答1:


In short, no. You have to specify a folder to get the source code from because, when you build on a server, the build step is completely separate from the get step.

This behaviour in Visual Studio is provided when you open a solution, and it's a feature of the IDE intended to aid developers, but if you were building direct from the commandline you'd not get this help.



来源:https://stackoverflow.com/questions/12949770/tfs-build-and-workspace

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