Summary
Gets an environment variable as an array of
string
.
- Namespace
- Cake
.Common .Build .ContinuaCI - Containing Type
- ContinuaCIInfo
Syntax
protected IEnumerable<string> GetEnvironmentStringList(string variable)
Parameters
Name | Type | Description |
---|---|---|
variable | string | The environment variable name. |
Return Value
Type | Description |
---|---|
IEnumerable |
The environment variable value split by comma into an array of values. |