BuildMaster SDK Reference
Version:

ExpandVariablesAsync(string text) Method

Expands variables in the specified string using the current execution context.

Syntax

public abstract Task<Inedo.ExecutionEngine.RuntimeValue> ExpandVariablesAsync(string text)

Parameters

text
Type: string

Text containing variables to expand.

Returns

Expanded values.