AppVeyorAliases.

AppVeyorProjectLastBranchBuild(ICakeContext, string, string, string, string) Method

Summary

Gets the last build on the specified branch of the project.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static AppVeyorProjectBuild AppVeyorProjectLastBranchBuild(this ICakeContext context, string appVeyorApiToken, string accountName, string projectSlug, string branch)

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.

Return Value

Type Description
AppVeyorProjectBuild The project's last successful build on the branch.