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

Remove INCLUDE_SYMBOLS for project configured options. #63

Open AraHaan opened 3 years ago

AraHaan commented 3 years ago

The options for these that can be set in msbuild props files / the csproj project file of the project that needs to be packed by the action would be honored by both dotnet pack and dotnet nuget push (the docs was not 100% clear on dotnet nuget push however but that is normal for Microsoft made docs).