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
Cancels a build.
Syntax
public static void AppVeyorCancelBuild(this ICakeContext context, string appVeyorApiToken, string accountName, string projectSlug, string buildVersion)
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. |
buildVersion |
string |
The build version of the build to cancel. |
Return Value