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.
UploadToHockeyApp( pathToYourPackageFile, pathToSymbolsFile, new HockeyAppUploadSettings
{
AppId = appIdFromHockeyApp,
Version = "1.0.160901.1",
ShortVersion = "1.0-beta2",
Notes = "Uploaded via continuous integration."
});
Do not checkin the HockeyApp API Token into your source control.
Either use HockeyAppUploadSettings.ApiToken or the HOCKEYAPP_API_TOKEN environment variable.
Must be replaced by the internal ID of the version which is returned in the Upload Version response JSON in the key "id".
https://support.hockeyapp.net/kb/api/api-versions#update-version