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] support nuspec files #79

Open gregsdennis opened 2 years ago

gregsdennis commented 2 years ago

Is your feature request related to a problem? Please describe. This may already be supported, but it's not mentioned in the readme/docs.

Describe the solution you'd like I'd like to be able to list a nuspec file in the PROJECT_FILE_PATH parameter.

Describe alternatives you've considered Currently I'm building using the project file directly, but I'm making changes that will need more control over the package, so I need separate nuspec files.