Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
即使我指定了要构建的解决方案,我也看到所有分支都被拉到构建代理构建文件夹中。我可以查看的任何想法或博客都可能指定我如何限制 GET 范围......?
我想我需要在我的 Build Agent 文件夹中更具体......
TFS Build 将下载工作区映射中的所有内容(它不使用构建解决方案来确定要下载的内容)。
您可以在工作空间映射中指定一个或多个文件夹,也可以指定“隐藏”文件夹来明确告诉它不要下载某些文件夹。