AppCenterAliases.

AppCenterTelemetryOn(ICakeContext, AppCenterTelemetryOnSettings) Method

Summary

Turn on the sending of telemetry
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterTelemetryOn(this ICakeContext context, AppCenterTelemetryOnSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void