AppCenterAliases.

AppCenterCodepushDeploymentRemove(ICakeContext, AppCenterCodepushDeploymentRemoveSettings, string) Method

Summary

Remove CodePush deployment
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterCodepushDeploymentRemove(this ICakeContext context, AppCenterCodepushDeploymentRemoveSettings settings, string deploymentName)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterCodepushDeploymentRemoveSettings The settings.
deploymentName string The deploymentName.

Return Value

Type Description
void