问题描述
我基于 DefaultTemplate.xaml 构建了一个自定义构建流程模板并添加了一些参数.它们在构建定义"窗口中显示良好,但我找不到让它们显示在队列新构建"对话框的参数选项卡上的方法.
I built a custom build processes template based on the DefaultTemplate.xaml and added a few parameters. They show up fine on the Build definition window but I can not find a way to have them be displayed on the parameters tab of the Queue New Build Dialog.
我希望这是可能的,我宁愿不需要为参数的每个变体定义单独的构建.
I am hoping that this is possible, I would rather not need to define a separate build for each variation of parameters.
推荐答案
You can define that in the Metadata parameter: http://www.ewaldhofman.nl/post/2010/05/17/Customize-Team-Build-2010-e28093-Part-6-Use-custom-type-for-an-argument.aspx
您可以使用底部的查看参数时间"选项
You can play with the "View the parameter when" option at the bottom
这篇关于向“队列新构建"添加参数对话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!