We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33b9f0 commit 66d46bdCopy full SHA for 66d46bd
.github/workflows/test-and-deploy.yml
@@ -172,7 +172,7 @@ jobs:
172
dotnet build -c Release
173
dotnet pack -c Release
174
nuget sign **/*.nupkg -Timestamper http://timestamp.digicert.com -outputdirectory .\NugetSigned -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite
175
- nuget push **/*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json
+ nuget push **/*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json -SkipDuplicate
176
177
notify-on-failure:
178
name: Slack notify on failure
0 commit comments