InputVariables Property

Gets or sets the variables that will be injected into the script before running.

Syntax

public abstract System.Collections.Generic.IReadOnlyDictionary<string, Inedo.ExecutionEngine.RuntimeValue> InputVariables { get; set; }

Remarks

This is only used when the Inedo.Extensibility.ScriptLanguages.ScriptLanguageInfo supports Inedo.Extensibility.ScriptLanguages.ScriptParameterUsage.InputVariable.