AppVeyorAliases.

AppVeyorStartBuildSpecificCommit(ICakeContext, string, string, string, string, string) Method

Summary

Starts a build for a specific commit.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static AppVeyorBuild AppVeyorStartBuildSpecificCommit(this ICakeContext context, string appVeyorApiToken, string accountName, string projectSlug, string commitId, string branch = "master")

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.
commitId string The commit hash to build.
branch string The branch.

Return Value

Type Description
AppVeyorBuild The build that was started.