Syntax
public VariableTemplateContext(int projectId, Nullable<int> releaseId, Nullable<int> buildId, string pipelineStageName, IReadOnlyDictionary<string, string> variables)
Parameters
- projectId
- Type: int
- releaseId
- Type: int?
- buildId
- Type: int?
- pipelineStageName
- Type: string
- variables
- Type: System.Collections.Generic.IReadOnlyDictionary<string, string>