除了编码之外,如何自动执行 TFS 检查?
Posted
技术标签:
【中文标题】除了编码之外,如何自动执行 TFS 检查?【英文标题】:How to automate the TFS checking other than coding? 【发布时间】:2018-09-04 12:38:33 【问题描述】:除了编码之外,还有什么方法可以自动检查 TFS 文件吗?
如果没有其他可用的解决方案,有人可以建议我最好的 C# 代码吗?
【问题讨论】:
我认为不可能在 TFS 中进行自动签入,因为您需要知道您的代码何时正确提交。 【参考方案1】:您可以尝试使用Checkin command 创建脚本/批处理文件。
例如:
tf Checkin $source_dir /comment:"Publish new version details" /noprompt /force
然后创建一个Schedule task to run the batch file automatically。
你也可以参考这个线程来设置调度任务:Run a task every x-minutes with Windows Task Scheduler
【讨论】:
@user3411135 你解决了这个问题吗?有更新吗?以上是关于除了编码之外,如何自动执行 TFS 检查?的主要内容,如果未能解决你的问题,请参考以下文章