我正在努力使用本地TFS为DocFX项目设置连续部署过程。
here
不过,示例演练是针对VST的,我有内部部署TFS(2013版)。基本思想是在每次签入时构建和部署文档网站。这个
DocFx Build Tasks
进程使用的扩展似乎确实支持本地TFS。。。我就是不知道该怎么做!
于是我发现
DocFx生成任务
我已下载了.VSIX,但无法确定在何处安装它。
31/08/2018 14:31:54 - Supported Products :
31/08/2018 14:31:54 - Microsoft.VisualStudio.Services
31/08/2018 14:31:54 - Version :
31/08/2018 14:31:54 -
31/08/2018 14:31:54 - References :
31/08/2018 14:31:54 - Signature Details...
31/08/2018 14:31:54 - Extension is not signed.
31/08/2018 14:31:54 -
31/08/2018 14:31:54 - Searching for applicable products...
31/08/2018 14:31:54 - Found installed product - Microsoft Visual Studio 2012 Shell (Integrated)
31/08/2018 14:31:54 - Found installed product - Global Location
31/08/2018 14:31:54 - Found installed product - ssms
31/08/2018 14:31:54 - Found installed product - Visual Studio Community 2017
31/08/2018 14:31:54 - Found installed product - Visual Studio Build Tools 2017 (2)
31/08/2018 14:31:54 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
在TFS 2013门户中,似乎也没有可以上传扩展的选项(尽管更高版本似乎有这个选项)。
我该怎么办?