AppVeyorAliases.

AppVeyorProjectBuildByVersion(ICakeContext, string, string, string, string) Method

Summary

Gets the project build by version.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static AppVeyorProjectBuild AppVeyorProjectBuildByVersion(this ICakeContext context, string appVeyorApiToken, string accountName, string projectSlug, string buildVersion)

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.
buildVersion string The build version.

Return Value

Type Description
AppVeyorProjectBuild The veyor project build by version.