Skip to content

Commit 1dd4b66

Browse files
committed
Accept slow/unstable nuget.org and skip existing package during push to allow retry
1 parent d7c4638 commit 1dd4b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
inputs:
8686
command: custom
8787
custom: nuget
88-
arguments: push "$(Pipeline.Workspace)/CI/NuGet packages/*.nupkg" --source https://nuget.org --api-key $(NuGetApiKey)
88+
arguments: push "$(Pipeline.Workspace)/CI/NuGet packages/*.nupkg" --source https://nuget.org --api-key $(NuGetApiKey) --skip-duplicate
8989

9090
- download: CI
9191
artifact: Publish output (Linux)

0 commit comments

Comments
 (0)