We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc7d19 commit f108786Copy full SHA for f108786
1 file changed
.github/workflows/nuget.yml
@@ -38,6 +38,7 @@ jobs:
38
--output ${{ env.NEO_NUGET_DIR }} \
39
--verbosity normal \
40
-p:VersionPrefix=${{ env.APP_VERSION }} \
41
+ -p:IncludeSymbols=false \
42
-p:DebugSymbols=false \
43
-p:DebugType=none \
44
-p:ServerGarbageCollection=true \
0 commit comments