AppVeyorAliases.

AppVeyorEnvironments(ICakeContext, string) Method

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
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
appVeyorApiToken string The API token.

Return Value

Type Description
List<AppVeyorEnvironment> The environments.