EnvironmentVariables Property

Gets or sets environment variables to set prior to running the script.

Syntax

public abstract System.Collections.Generic.IReadOnlyDictionary<string, string> EnvironmentVariables { get; set; }

Remarks

This should be used only when the Inedo.Extensibility.ScriptLanguages.ScriptLanguageInfo supports Inedo.Extensibility.ScriptLanguages.ScriptParameterUsage.EnvironmentVariable.