Skip to content

Commit b9ebae6

Browse files
committed
Try not push unexciting symbol packages (bug nuget)
1 parent 57e69c8 commit b9ebae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Push to Nuget.org nuget feed
2323
run: |
2424
cd "src/GitExtensions.AzureDevOpsCommitMessage/bin/Release"
25-
dotnet nuget push *.nupkg -k ${{ secrets.NUGET_PUSH_TOKEN }} -s https://api.nuget.org/v3/index.json
25+
dotnet nuget push *.nupkg -n -k ${{ secrets.NUGET_PUSH_TOKEN }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)