使用MSBuild从TFS签出 [英] Checkout from TFS with MSBuild

查看:87
本文介绍了使用MSBuild从TFS签出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用MSBUILD从TFS中检出文件的最简单方法是什么.

What's the easiest way to checkout a file from our TFS with MSBUILD.

据我所见,它是将TF.EXE外壳化并手动调用checkout命令.真的没有内置命令吗?!

From what I can see it's to shell out to TF.EXE and manually call the checkout command. Is there really no built in command?!

推荐答案

确实没有内置命令.更糟糕的是,tf checkout命令仅接受单个filespec.

There really is no built in command. Even worse, the tf checkout command only accepts a single filespec.

最近发布的 MSBuildExtensionPack 包含一些用于TFS的msbuild命令,但在该处没有性能提升.在幕后,他们掏出了tf.exe

The recently released MSBuildExtensionPack has some msbuild commands for TFS, but no perf gain there. Under the hood, they shell out to tf.exe

这篇关于使用MSBuild从TFS签出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆