Summary
    Updates the environment variables for the application prior to execution.
    
		- Namespace
- NBuildKit.MsBuild .Tasks .Script 
- Containing Type
- ExecWithArguments
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 |