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 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 |
A Task representing the asynchronous operation with the list of environment. |