Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a helper for uploading mobile apps to HockeyApp. #656

Merged
merged 1 commit into from Feb 19, 2015

Conversation

bretkoppel
Copy link
Contributor

An initial stab at an upload helper for HockeyApp(http://hockeyapp.net) since TestFlight is shutting down. Follows relatively closely to the original TestFlightHelper, but returns a typed result for usage upstream instead of returning the process exit code.

nuget xunit.extensions
nuget Newtonsoft.Json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was so happy that I got rid of NewtonSoft.Json ;-)

Seems it coming back over and over again.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume we have to fix the NuGet task in FAKE's build.fsx to include the dll.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, we asked whether you wanted a different serializer up front! Keeping Json.Net makes sense, though, given that it's included elsewhere. =)

I'm actually able to build from both mac and windows without any additional modifications. This might be a side effect of NewtonSoft.Json being included in the Deploy and Deploy.Lib projects... Or I might be totally misunderstanding your comment!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry I forgot about that ;-)
All is well.

forki added a commit that referenced this pull request Feb 19, 2015
Create a helper for uploading mobile apps to HockeyApp.
@forki forki merged commit f5ca507 into fsprojects:master Feb 19, 2015
@forki
Copy link
Member

forki commented Feb 19, 2015

ok

@gshackles gshackles deleted the hockey branch February 19, 2015 14:38
@forki
Copy link
Member

forki commented Feb 20, 2015

Are you interested in writing a small tutorial like http://fsharp.github.io/FAKE/canopy.html ?

@bretkoppel
Copy link
Contributor Author

Sure thing! Will try to get to it this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants