AppCenterAliases.

AppCenterCodepushRelease(ICakeContext, AppCenterCodepushReleaseSettings) Method

Summary

Release an update to an app deployment
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterCodepushRelease(this ICakeContext context, AppCenterCodepushReleaseSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterCodepushReleaseSettings The settings.

Return Value

Type Description
void