Summary
Sets the named environment variable to the given value, or removes
it when value is
null.
- Namespace
- GitVersion
- Containing Type
- IEnvironment
Syntax
void SetEnvironmentVariable(string variableName, string value)
Parameters
| Name | Type | Description |
|---|---|---|
| variableName | string | |
| value | string |
Return Value
| Type | Description |
|---|---|
| void |