Skip to content

Commit 2de8f2a

Browse files
committed
Exclude symbols from preview push
1 parent 2882052 commit 2de8f2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
dotnet nuget push ./nupkg/*.nupkg \
4444
--source ${FEED_URL} \
4545
--api-key ${FEED_KEY} \
46+
--no-symbols \
4647
--skip-duplicate
4748
env:
4849
FEED_URL: https://nuget.pkg.github.com/wcoder/index.json \

0 commit comments

Comments
 (0)