AppCenterAliases.

AppCenterCodepushReleaseReact(ICakeContext, AppCenterCodepushReleaseReactSettings) Method

Summary

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

Syntax

public static void AppCenterCodepushReleaseReact(this ICakeContext context, AppCenterCodepushReleaseReactSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void