Sets a process-specific environment variable.
- Namespace
- Statiq
.Core - Containing Type
- StartProcess
Syntax
public StartProcess WithEnvironmentVariable(Config<KeyValuePair<string, string>> environmentVariable)
Parameters
| Name | Type | Description |
|---|---|---|
| environmentVariable | Config |
The name and value of the environment variable to set. |
Return Value
| Type | Description |
|---|---|
| StartProcess | The current module instance. |