AppVeyorAliases.

AppVeyorCancelBuild(ICakeContext, string, string, string, string) Method

Summary

Cancels a build.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

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

Type Description
void