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

Fix for uploading a dSYM file #28

Closed MatisseHack closed 7 years ago

MatisseHack commented 7 years ago

This fixes uploading with:

UploadToHockeyApp(ICakeContext, FilePath, FilePath)

And corrects the file extension check.

gep13 commented 7 years ago

@MatisseHack thank you for taking the time to fix this. I am pushing out a new version just now.