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

[Feature Request] Custom package name #11

Closed Deadpikle closed 4 years ago

Deadpikle commented 4 years ago

Hi!

Is there a chance we could have a way to specify the package name (PACKAGE_NAME) specifically in case it differs from the project file path name? Right now, my NuGet package has a different project name than the package ID I want to upload to on NuGet, so version detection isn't working properly.

Thanks!