Does TFS download all working folders in build definition?

好久不见. 提交于 2019-12-11 20:34:10

问题


In my build definition under "Working folders", I have $/MyProject/Main/Source mapped to $(SourceDir).

Does that make it download all files in $/MyProject/Main/Source to $(SourceDir)? Or does it only download what is included within the solution that I'm building if it exists within $/MyProject/Main/Source?


回答1:


It will download all files under that folder.

If you want to limit what it downloads you can add other paths to the workspace mapping and mark them as "cloak" which will indicate to TFS not to download the cloaked folders.



来源:https://stackoverflow.com/questions/26431351/does-tfs-download-all-working-folders-in-build-definition

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