AppVeyorAliases.

AppVeyorStartBuildPullRequest(ICakeContext, string, string, string, int) Method

Summary

Starts a build for the given GitHub pull request.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static AppVeyorBuild AppVeyorStartBuildPullRequest(this ICakeContext context, string appVeyorApiToken, string accountName, string projectSlug, int pullRequestId)

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.
pullRequestId int The GitHub pull request id.

Return Value

Type Description
AppVeyorBuild The build that was started.