AppCenterAliases.

AppCenterCodepushDeploymentAdd(ICakeContext, AppCenterCodepushDeploymentAddSettings, string) Method

Summary

Add a new deployment to an app
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterCodepushDeploymentAdd(this ICakeContext context, AppCenterCodepushDeploymentAddSettings settings, string newDeploymentName)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterCodepushDeploymentAddSettings The settings.
newDeploymentName string The newDeploymentName.

Return Value

Type Description
void