In bundle: saker.standard
Gets the value of a build execution user parameter.
The task queries the value of a build execution user parameter that was specified in the build configuration.
If the execution parameter doesn't exists, or specified without a value, the Default argument will be returned.
If the execution parameter value is failed to be determined, an exception is thrown. Corresponds to the -U command line flag.
Summary
Parameters
Specifies the value to be returned if the build execution user parameter is not found for the specified name, or is mapped to null.
Required parameter.
Specifies the name of the build execution user parameter.