Skip to content

Commit f108786

Browse files
authored
Avoid empty snupkg in release (#3925)
1 parent 6bc7d19 commit f108786

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
--output ${{ env.NEO_NUGET_DIR }} \
3939
--verbosity normal \
4040
-p:VersionPrefix=${{ env.APP_VERSION }} \
41+
-p:IncludeSymbols=false \
4142
-p:DebugSymbols=false \
4243
-p:DebugType=none \
4344
-p:ServerGarbageCollection=true \

0 commit comments

Comments
 (0)