Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding parameter to "Queue New Build" Dialog

Tags:

tfs

tfsbuild

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.

like image 983
Sean Lynch Avatar asked Sep 08 '10 21:09

Sean Lynch


1 Answers

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

like image 111
Ewald Hofman Avatar answered Oct 22 '22 09:10

Ewald Hofman