CliSettingsEnableEnvironmentVariablesDirective Property

Enables the use of the [env:key=value] directive, allowing environment variables to be set from the command line during invocation.

Default is .

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public bool EnableEnvironmentVariablesDirective { get; set; }

Property Value

Boolean

See Also