IAppVeyorApi.

GetEnvironments() Method

Summary

Gets all environemnts.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
IAppVeyorApi

Syntax

Task<List<AppVeyorEnvironment>> GetEnvironments()

Attributes

Type Description
GetAttribute

Return Value

Type Description
Task<List<AppVeyorEnvironment>> A Task representing the asynchronous operation with the list of environment.