Summary
Updates the environment variables for the application prior to execution.
- Namespace
- NBuildKit
.MsBuild .Tasks .Versions - Containing Type
- Calculate
Semantic Version With Git Version
Syntax
protected override 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 |