AppCenterAliases.

AppCenterCrashesUploadMissingSymbolsWithResult(ICakeContext, AppCenterCrashesUploadMissingSymbolsSettings, string) Method

Summary

Upload missing crash symbols for the application (only from macOS)
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static IEnumerable<string> AppCenterCrashesUploadMissingSymbolsWithResult(this ICakeContext context, AppCenterCrashesUploadMissingSymbolsSettings settings, string searchPath)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterCrashesUploadMissingSymbolsSettings The settings.
searchPath string The searchPath.

Return Value

Type Description
IEnumerable<string> Output lines.