Skip to content

Commit 0a32254

Browse files
committed
fixup! 💚 Skip duplicates when pushing nugets
Fixes 0608a27 - 💚 Skip duplicates when pushing nugets
1 parent 6309ca9 commit 0a32254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ steps:
9191
NUGET_ORG_APIKEY: '$(NUGET_ORG_APIKEY)'
9292
inputs:
9393
targetType: 'inline'
94-
script: 'dotnet nuget push "*.nupkg" --skip-duplicate --api-key $(NUGET_ORG_APIKEY) --source https://api.nuget.org/v3/index.json'
94+
script: 'dotnet nuget push "*.nupkg" --skip-duplicate --api-key $NUGET_ORG_APIKEY --source https://api.nuget.org/v3/index.json'
9595
workingDirectory: '$(Build.ArtifactStagingDirectory)'
9696

9797
- task: NuGetCommand@2

0 commit comments

Comments
 (0)