I have a GitHub repo that I'd like to automatically compile and publish to NuGet when a commit is pushed.
I was able to work through this blog entry here http://www.xavierdecoster.com/commit-push-consume-continuous-delivery-of-resharper-extensions to get my GitHub SDK pushing up on commit.
Basically the salient points are:
https://../BuildSource/Hook/your-feed?identifier=SOME_GUID
MyGet is hosted feed for your package so you can use it for testing your packages locally. Once you've tested it (just add the MyGet feed to your Package Sources in Visual Studio) then you can push the MyGet package with a single click to NuGet.
Works great from what I've found so far. Hope that helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With