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.
如何在 TFS 构建脚本中引用变更集?
我想编写一个仅复制当前变更集中引用的文件的 TFS 构建工作流。这可能吗?
您可以从 Team Foundation Server Power Tools 调用tfpt电动工具来运行tfpt getcs /changeset:12345. 您需要先为此创建一个临时映射。您可以使用tf workspaceandtf workfold进行设置。
tfpt
tfpt getcs /changeset:12345
tf workspace
tf workfold
使用 powershell 脚本或 InvokeProcess 活动来运行这些。