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 projects.
- Assembly
- Cake
.AppVeyor .dll - Namespace
- Cake
.AppVeyor - Containing Type
- AppVeyorAliases
Syntax
public static List<AppVeyorProject> AppVeyorProjects(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 projects. |