AppCenterAliases.

AppCenterDistributeReleasesDelete(ICakeContext, AppCenterDistributeReleasesDeleteSettings) Method

Summary

Deletes the release
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterDistributeReleasesDelete(this ICakeContext context, AppCenterDistributeReleasesDeleteSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void