IAppVeyorApi.

GetProjects() Method

Summary

Gets a list of projects from AppVeyor.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
IAppVeyorApi

Syntax

Task<List<AppVeyorProject>> GetProjects()

Attributes

Type Description
GetAttribute

Return Value

Type Description
Task<List<AppVeyorProject>> A Task representing the asynchronous operation with a list of AppVeyor projects.