-
-
Notifications
You must be signed in to change notification settings - Fork 8
Set Variable
Jesse Houwing edited this page Mar 4, 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. - Value - The value to assign to the variable.