AppCenterAliases.

AppCenterDistributeGroupsCreate(ICakeContext, AppCenterDistributeGroupsCreateSettings) Method

Summary

Create new distribution group
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterDistributeGroupsCreate(this ICakeContext context, AppCenterDistributeGroupsCreateSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void