Summary
Updates the environment variables for the application prior to execution.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- CommandLineToolTask
Syntax
protected virtual void UpdateEnvironmentVariables(StringDictionary environmentVariables)
Parameters
| Name | Type | Description |
|---|---|---|
| environmentVariables | StringDictionary | The environment variables for the application. The environment variables for the process can be changed by altering the collection. |
Return Value
| Type | Description |
|---|---|
| void |