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.
使用 MSBUILD 从我们的 TFS 签出文件的最简单方法是什么?
从我所看到的情况来看,它是脱壳到 TF.EXE 并手动调用 checkout 命令。真的没有内置命令吗?!
确实没有内置命令。更糟糕的是,tf checkout 命令只接受一个文件规范。
最近发布的MSBuildExtensionPack有一些用于 TFS 的 msbuild 命令,但没有性能增益。在引擎盖下,他们使用 tf.exe
'itemspec' 可以是空格分隔的项目列表,并且可以使用通配符。