Set Build Variable
- 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Set Build Variable
- Updated on 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.
Set Build Variable
Creates or updates a variable on a build.
Script usage:
Set-BuildVariable( Variable: <text>, Value: <RuntimeValue>, [Release: <text>], [Build: <text>] );
This operation may be prefixed with Core::
, although this is a built-in namespace and isn't really necessary.
Arguments:
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
☆ Variable name (default) | text | Variable | This argument is required. |
☆ Variable value | RuntimeValue | Value | This argument is required. |
Release number | text | Release | |
Build number | text | Build |
Was this article helpful?