【问题标题】:How would I create a Visual Studio External tool to run the 'Add Items to Folder...' TFS command?我将如何创建一个 Visual Studio 外部工具来运行“将项目添加到文件夹...”TFS 命令?
【发布时间】:2021-10-13 07:43:30
【问题描述】:

我想创建一个可以执行 TFS 'Add Items to Folder...' 命令的外部工具。

我该怎么做?

【问题讨论】:

  • 不是为此创建工具,而是以下答案将您引导至添加现有工具的过程。

标签: visual-studio tfs


【解决方案1】:

工具 -> 外部工具 -> 添加

  • 标题:添加文档
  • 命令:c:\program files (x86)\microsoft visual studio\2017\professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\tf.exe
  • 参数:添加 . /recursive
  • 初始目录:C:\path_to_my_directory

Add document to TFS external tool

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-03-04
    • 1970-01-01
    • 2016-05-30
    • 1970-01-01
    相关资源
    最近更新 更多