Summary
Gets matching list of environment variables as an dictionary of
string
.
- Namespace
- Cake
.Common .Build .ContinuaCI - Containing Type
- ContinuaCIInfo
Syntax
protected IDictionary<string, string> GetEnvironmentStringDictionary(string variablePrefix)
Parameters
Name | Type | Description |
---|---|---|
variablePrefix | string | The prefix for the environment variables name. |
Return Value
Type | Description |
---|---|
IDictionary |
A dictionary of environment variables starting with variablePrefix. |