【发布时间】:2015-10-05 22:16:46
【问题描述】:
我正在尝试使用 tf.exe 将一些文件提交到 TFS 2013(它将成为我们开发工具的一些插件)。 TFS 服务器有安全策略:每个变更集都应该有到工作项的链接。 我们使用以下命令行参数:
tf checkin /noprompt /override:"Automated Build Process" /comment:"-"
以及这个操作的结果:
TF10139: The following check-in policies have not been satisfied:
You must associate this check-in with one or more work items.
我看到参数 /override 被工具忽略了。 Visual Studio Team Explorer 执行相同的操作没有问题。
【问题讨论】:
标签: tfs