AppCenterAliases.

AppCenterTelemetryOff(ICakeContext, AppCenterTelemetryOffSettings) Method

Summary

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

Syntax

public static void AppCenterTelemetryOff(this ICakeContext context, AppCenterTelemetryOffSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void