NuGet " --skip-duplicate"

This commit is contained in:
Stef Heyenrath
2020-07-09 21:50:13 +02:00
parent 1c88f5d97d
commit d9c5faa966
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -43,4 +43,4 @@ steps:
inputs:
command: custom
custom: nuget
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true -s https://api.nuget.org/v3/index.json -k $(NuGetKey)
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true -s https://api.nuget.org/v3/index.json -k $(NuGetKey) --skip-duplicate