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 last successful build of the project.
Syntax
public static AppVeyorProjectBuild AppVeyorProjectLastSuccessfulBuild(this ICakeContext context, string appVeyorApiToken, string accountName, string projectSlug, string branch = null, Nullable<int> beforeBuildId = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
appVeyorApiToken |
string |
The API Token. |
accountName |
string |
The account name. |
projectSlug |
string |
The project slug. |
branch |
string |
The branch. |
beforeBuildId |
Nullable<int> |
The build identifier to start looking for a successful build after. |
Return Value