AppCenterAliases.

AppCenterCodepushReleaseElectron(ICakeContext, AppCenterCodepushReleaseElectronSettings) Method

Summary

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

Syntax

public static void AppCenterCodepushReleaseElectron(this ICakeContext context, AppCenterCodepushReleaseElectronSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void