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
Rename CodePush deployment
Syntax
public static IEnumerable<string> AppCenterCodepushDeploymentRenameWithResult(this ICakeContext context, AppCenterCodepushDeploymentRenameSettings settings, string currentDeploymentName, string newDeploymentName)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| settings |
AppCenterCodepushDeploymentRenameSettings |
The settings. |
| currentDeploymentName |
string |
The currentDeploymentName. |
| newDeploymentName |
string |
The newDeploymentName. |
Return Value
| Type |
Description |
| IEnumerable<string> |
Output lines. |