Summary
Gets the environment variables.
- Namespace
- Cake
.Core .Tooling - Containing Type
- Tool
<TSettings>
Syntax
protected virtual IDictionary<string, string> GetEnvironmentVariables(TSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | TSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| IDictionary |
The environment variables for the tool. |
