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 the latest build for a given project based on branch name.
Syntax
Task<AppVeyorProjectBuild> GetProjectLastBranchBuild(string accountName, string projectSlug, string branchName)
Attributes
Type |
Description |
GetAttribute |
|
Parameters
Name |
Type |
Description |
accountName |
string |
The AppVeyor account name. |
projectSlug |
string |
The slug for the project. |
branchName |
string |
The name of the branch to use for the request. |
Return Value
Type |
Description |
Task<AppVeyorProjectBuild> |
A System.Threading.Tasks.Task representing the asynchronous operation with the last build for a branch for the project. |