AppCenterAliases.

AppCenterCrashesUploadMappings(ICakeContext, AppCenterCrashesUploadMappingsSettings) Method

Summary

Upload the Android mappings for the application
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterCrashesUploadMappings(this ICakeContext context, AppCenterCrashesUploadMappingsSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void