This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AppVeyor.
Summary
Gets Environments.
- Assembly
- Cake
.AppVeyor .dll - Namespace
- Cake
.AppVeyor - Containing Type
- AppVeyorAliases
Syntax
public static List<AppVeyorEnvironment> AppVeyorEnvironments(this ICakeContext context, string appVeyorApiToken)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
appVeyorApiToken | string | The API token. |
Return Value
Type | Description |
---|---|
List |
The environments. |