AppVeyorAliases.

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

Summary

Starts a Deployment.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static AppVeyorDeployment AppVeyorStartDeployment(this ICakeContext context, string appVeyorApiToken, string accountName, string projectSlug, string environmentName, string buildVersion, string buildJobId = 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.
environmentName string The environment name to deploy to.
buildVersion string The build version to deploy.
buildJobId string The build job identifier (optional).
environmentVariables Dictionary<string, string> The environment variables.

Return Value

Type Description
AppVeyorDeployment The deployment that was started.