This pull request allows one to specify custom build variables that should be created when setting up the build environment when invoking Set-BuildEnvironment. Just like for the -BuildOutput parameter, it allows for the values of custom variables to contain the names of other custom variables and BuildHelpers-defined variables defined by the current call, which will be expanded.
For example, assuming my project is located in C:\Projects\MyProject:
This pull request allows one to specify custom build variables that should be created when setting up the build environment when invoking
Set-BuildEnvironment
. Just like for the-BuildOutput
parameter, it allows for the values of custom variables to contain the names of other custom variables and BuildHelpers-defined variables defined by the current call, which will be expanded.For example, assuming my project is located in
C:\Projects\MyProject
:This would result in the following output for the custom variables:
Closes #141