cake-contrib / Cake.HockeyApp

This Addin for the Cake allows you to upload your package to HockeyApp.
http://cakebuild.net/dsl/hockeyapp
MIT License
4 stars 13 forks source link

Allow override of base URL for upload to HockeyApp #32

Closed RLittlesII closed 7 years ago

RLittlesII commented 7 years ago

Currently HockeyAppClient is hard coded to use https://rink.hockeyapp.net to connect to the hockey app api. The HockeyApp documentation says that you can use https://upload.hockeyapp.net for better upload speeds.

Add ApiBaseUrl to HockeyAppUploadSettings and default it to https://rink.hockeyapp.net