Skip to content

Commit 455b03d

Browse files
committed
Update azure-pipelines-cd.yml for Azure Pipelines
1 parent 21f86c5 commit 455b03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
displayName: 'Bind'
2727
- script: dotnet pack --configuration $(buildConfiguration)
2828
displayName: 'Build/Pack'
29-
- script: dotnet nuget push build/output_packages/Silk.NET.*.nupkg -s https://api.nuget.org/v3/index.json -k $(NUGET_API_KEY) -n true
29+
- script: dotnet nuget push **/Silk.NET.*.nupkg -s https://api.nuget.org/v3/index.json -k $(NUGET_API_KEY) -n true --skip-duplicate true
3030
displayName: 'Push to NuGet'
3131
- publish: build/output_packages
3232
artifact: NuGet Packages

0 commit comments

Comments
 (0)