Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Automate NuGet deployment on merge #1073
Conversation
|
It won't be a failure of the package already exists - AppVeyor will just skip its deployment.
On Thu, Jun 4, 2015 at 11:44 AM, nulltoken notifications@github.com
|
|
@FeodorFitsner Thanks! Thoughts:
|
8f1c23e
to
ae4970c
Cross platform compatibility is ensured as part of the Pull Request lifecycle. Both Travis and AppVeyor should be green before a PR merged. Would the merge build fail, it would only be because of a network hiccup (which could be re-triggered in order to display green badges on the README).
This is an attempt at automating the NuGet publication.
If the appveyor tweaking is correct, upon a successful merge, the generated NuGet package will be automatically deployed.
Currently, only vNext and master branches are monitored by AppVeyor:
Some issues I can think of about this proposal:
/cc @FeodorFitsner