Skip to content

Commit db543e6

Browse files
committed
fix: skip duplicates when deploying multiple packages
1 parent c0d68bf commit db543e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ after_success:
1818
deploy:
1919
skip_cleanup: true
2020
provider: script
21-
script: dotnet nuget push **/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
21+
script: dotnet nuget push **/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
2222
on:
2323
branch: master
2424
tags: true

0 commit comments

Comments
 (0)