问题描述
我在客户端和TFS 2012服务器和XAML版本上使用Visual Studio 2015 Update 3。
I'm using Visual Studio 2015 Update 3 on client and TFS 2012 server and XAML builds.
我所遇到的是,当我进入构建定义来选择要使用的模板并按下新按钮添加新模板时,我会看到一个看起来像的对话框它认为我想从git项目中选择XAML模板。
What I'm experiencing is that when I go into a build definition to select the template to use and press the new button to add a new template I'm presented with a dialog that seems like it thinks I want to pick the XAML template from a git project.
我能够选择团队项目,但它然后要求存储库名称和分支都是空白下拉列表(不奇怪,因为这是一个2012服务器,没有git支持)。如果我试图只选择"存储库中的路径"它抱怨
所选文件不在git存储库中。
I'm able to select the team project, but it then asks for repository name and branch which both are blank dropdown lists (not strange since this is a 2012 server and has no git support). If I'm trying to just select a "path in repository" it complains that the selected file is not in a git repository.
我已经验证源控件插件已设置到TFVC。
I've verified that the source control plugin is set to TFVC.
这是一个已知问题吗?是否有任何解决方法可以将新工作流程纳入可用工作流程列表? (将其检入"BuildProcessTemplates"文件夹是不够的......
Is this a known issue? Is there any workaround to get a new workflow into the list of available workflows? (checking it into the "BuildProcessTemplates" folder is not enough...
推荐答案
感谢您在此发帖。
从该主题的标题,您正在使用VSTS团队项目与TFS 2012构建服务器,我是对吗?
From title of this thread, you are using a VSTS team project with TFS 2012 build server, am I right?
如果有,请告诉我,我将移动此案例,将此案件移至Visual Studio Team Service 论坛寻求专门支持。
If so, please let me know and I will move this case to move this case to Visual Studio Team Service forum for dedicated support.
感谢您的理解。
这篇关于在TFS项目中添加新的构建过程模板会打开git对话框而不是vsts对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!