TFS 命令行客户端默认位置
如果我使用 TFS 命令行客户端,它总是位于@
If I'm using the TFS command line client is it always located @ <drive>:\Program Files\Microsoft Visual Studio 8\Common7\IDE? I'm referencing this page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
不,取决于安装的 VS 版本(也不要忘记 64 位机器)
Nope, depends on VS version installed (and don't forget 64 bit machines too)
仅供参考,我的默认位置是
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE
vs2010,win7,64位
For reference only,My default location is
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE
vs2010,win7,64 bit
不,不是。例如,在我的机器上,它位于 c:\VS10\Common7\IDE 下。您可以使用环境变量 VS100COMNTOOLS(对于 VS 2010)和 VS90COMNTOOLS(对于 VS 2008)。 tfs 命令行工具的位置为
-- 对于 VS 2010
-- 对于 VS 2008
No it is not. E.g. on my machine it is under c:\VS10\Common7\IDE. You can use environment variables VS100COMNTOOLS (for VS 2010) and VS90COMNTOOLS (for VS 2008). The location of the tfs command line tools would be
-- for VS 2010
-- for VS 2008
在 VS2008 中,tf.exe 将位于 C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE 下
In VS2008, tf.exe will be available under C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE