HockeyAppAliases.

UploadToHockeyApp(ICakeContext, FilePath, FilePath) Method

Summary

Uploads the specified package and symbols file to HockeyApp. The version is automatically detected from the package metadata. This only works with *.ipa for iOS, *.app.zip for OS X, or *.apk files for Android.
Assembly
Cake.HockeyApp.dll
Namespace
Cake.HockeyApp
Containing Type
HockeyAppAliases

Syntax

public static HockeyAppUploadResult UploadToHockeyApp(this ICakeContext context, FilePath file, FilePath symbolsFile)

Examples

UploadToHockeyApp( pathToYourPackageFile, pathToSymbolsFile );
You have to set the HOCKEYAPP_API_TOKEN environment variable before this call.

Attributes

Type Description
CakeAliasCategoryAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake context
file FilePath The app package.
symbolsFile FilePath The symbols for the app package.

Return Value

Type Description
HockeyAppUploadResult