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).
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
anddotnet nuget push
(the docs was not 100% clear ondotnet nuget push
however but that is normal for Microsoft made docs).