This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.HockeyApp.
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.
Syntax
public static HockeyAppUploadResult UploadToHockeyApp(this ICakeContext context, FilePath file)
Examples
UploadToHockeyApp( pathToYourPackageFile );
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. |
Return Value