AppCenterAliases.

AppCenterAppsCreate(ICakeContext, AppCenterAppsCreateSettings) Method

Summary

Create a new app
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterAppsCreate(this ICakeContext context, AppCenterAppsCreateSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void