Github Actions for Preview/Beta packages? #1437
-
I was looking into using the latest 9.0 beta (for net5.0) and I don't think it is released to nuget yet. Why not change the Github actions to always publish a preview package? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Do you mean to automatically publish preview packages on push to master or more of a nightly build thing? Both of these could of course be done if we were to change our workflow a bit to never push/merge anything into master that isn’t halfway done 😆 On the other hand I really don’t like the way this messes up the public NuGet feed. Maybe we could utilize the repository package feed here on GitHub for pre beta packages and move to NuGet when we want to release beta/rc packages? |
Beta Was this translation helpful? Give feedback.
Do you mean to automatically publish preview packages on push to master or more of a nightly build thing?
Both of these could of course be done if we were to change our workflow a bit to never push/merge anything into master that isn’t halfway done 😆 On the other hand I really don’t like the way this messes up the public NuGet feed.
Maybe we could utilize the repository package feed here on GitHub for pre beta packages and move to NuGet when we want to release beta/rc packages?