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 passing properties to build #73

Open thargy opened 2 years ago

thargy commented 2 years ago

Is your feature request related to a problem? Please describe. Nuget requires certain properties on build, can't seem to do that currently

Describe the solution you'd like Would like to be able to supply multiple properties in with block.

In particular, would like to be able to add -p:ContinuousIntegrationBuild=true -p:DeterministicSourcePaths=true to build.

Describe alternatives you've considered Have an option to not re-build packages when already present. Alternatively, have an option to supply the specific parameters (though this is less flexible/future-proof).