For my Team Build process, I created workflows that control the deployment. I want to choose the deployment deployment at runtime.
So, I need to send Deploy=true
or false
as input to the start of the workflow.
I can do this by specifying the metadata value of the workflow with an internal argument. I can then set the Deploy
value at run time through the Build Queue dialog on the Options tabs.
My question is: how to specify my custom variable when starting a TFS build from the command line using tfsbuild.exe start
?
source share