This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AppCenter.
Summary
Update the metadata for an existing CodePush release
Syntax
public static void AppCenterCodepushPatch(this ICakeContext context, AppCenterCodepushPatchSettings settings, string deploymentName)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
AppCenterCodepushPatchSettings |
The settings. |
deploymentName |
string |
The deploymentName. |
Return Value