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 Deployment.
Syntax
public static void AppVeyorCancelDeployment(this ICakeContext context, string appVeyorApiToken, int deploymentId)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| appVeyorApiToken |
string |
The API token. |
| deploymentId |
int |
The identifier of the Deployment to cancel. |
Return Value