-
-
Notifications
You must be signed in to change notification settings - Fork 8
Set Variable
Jesse Houwing edited this page May 7, 2016
·
2 revisions
The task is as simple as it's purpose. You tell it which variable to assign what value to, and that's what it does.
-
Variable Name - Specify one variable name, for example:
MyVariable
. Do not add$(..)
, as this will not use the variable name, but its value. When you try to set the special variableBuild.BuildNumber
, the task will detect that and will call the special SetBuildNumber command. - Value - The value to assign to the variable.