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

Added Build configuration and platform target options #69

Closed Mbucari closed 2 years ago

Mbucari commented 3 years ago

Users can now specify BUILD_CONFIGURATION and BUILD_PLATFORM for their packages. The defaults are Release with no target (AnyCPU).

lukebakken commented 2 years ago

Thank you! Please see #81 where I have squashed your changes. I may make a couple minor changes.

Mbucari commented 2 years ago

Forgot about this pr lol. Just so you know, my last couple commits from today added the option to pass a nuspec file.

lukebakken commented 2 years ago

Yep, I grabbed those.