We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f86c5 commit 455b03dCopy full SHA for 455b03d
azure-pipelines-cd.yml
@@ -26,7 +26,7 @@ jobs:
26
displayName: 'Bind'
27
- script: dotnet pack --configuration $(buildConfiguration)
28
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
+ - script: dotnet nuget push **/Silk.NET.*.nupkg -s https://api.nuget.org/v3/index.json -k $(NUGET_API_KEY) -n true --skip-duplicate true
30
displayName: 'Push to NuGet'
31
- publish: build/output_packages
32
artifact: NuGet Packages
0 commit comments