AppCenterAliases.

AppCenterCodepushPatchWithResult(ICakeContext, AppCenterCodepushPatchSettings, string) Method

Summary

Update the metadata for an existing CodePush release
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static IEnumerable<string> AppCenterCodepushPatchWithResult(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

Type Description
IEnumerable<string> Output lines.