AppVeyorAliases.

AppVeyorStartBuildLatestCommit(ICakeContext, string, string, string, string, Dictionary<string, string>) Method

Summary

Starts a build from the latest commit.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static AppVeyorBuild AppVeyorStartBuildLatestCommit(this ICakeContext context, string appVeyorApiToken, string accountName, string projectSlug, string branch = null, Dictionary<string, string> environmentVariables = null)

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.
branch string The branch.
environmentVariables Dictionary<string, string> The environment variables.

Return Value

Type Description
AppVeyorBuild The build that was started.