brandedoutcast / publish-nuget

📦 GitHub action to automate publishing NuGet packages when project version changes
https://github.com/marketplace/actions/publish-nuget
MIT License
197 stars 101 forks source link

Publish an Unlisted Package to NuGet #55

Open kostas-jonauskas opened 3 years ago

kostas-jonauskas commented 3 years ago

Hi, I wonder if there is a way to publish an unlisted package to NuGet (sort of a private library that we don't want to expose to the public packages directory) using your Github action? I did not find a guide on how to do it in your docs.

image