rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Extend nuget command to additionally publish to github packages #71

Open wintondeshong opened 4 years ago

wintondeshong commented 4 years ago

Problem Nuget.org can be very slow to propagate packages across its network. Causing 30 minute to 1 hour delays before those packages can be consumed. This is a productivity killer.

Solution Use a secondary package management resource that is more performant and leverage nuget.org as a baseline/fallback. Normal users will just leverage nuget.org, but those doing heavy contributions can additionally configure github packages as a source that should offer better performance.

https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-dotnet-cli-for-use-with-github-packages

https://help.github.com/en/packages/publishing-and-managing-packages/about-github-packages

wintondeshong commented 4 years ago

Gonna take a stab at this now.