IAppVeyorApi.

CancelBuild(string, string, string) Method

Summary

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

Syntax

Task CancelBuild(string accountName, string projectSlug, string buildVersion)

Attributes

Type Description
DeleteAttribute

Parameters

Name Type Description
accountName string The AppVeyor account name.
projectSlug string The slug for the project.
buildVersion string The build version number.

Return Value

Type Description
Task A Task representing the asynchronous operation.