BuildMaster SDK Reference
Version:
SetVariableValue(string variableName, Inedo.ExecutionEngine.RuntimeValue variableValue) Method
Sets the value of the specified execution variable, or creates a new one in the current scope.
Syntax
public
abstract
void SetVariableValue(string variableName, Inedo.ExecutionEngine.RuntimeValue variableValue)
Parameters
- variableName
- Type: string
The name of the variable.
- variableValue
- Type: Inedo.ExecutionEngine.RuntimeValue
The value to assign to the variable.