We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b9f88 commit b0bd5d0Copy full SHA for b0bd5d0
.github/workflows/release.yml
@@ -55,7 +55,6 @@ jobs:
55
run: ./Build.ps1
56
shell: pwsh
57
- name: Sign packages
58
- if: github.event == 'push'
59
run: |-
60
for file in artifacts/*.nupkg; do
61
dotnet NuGetKeyVaultSignTool sign "$file" --file-digest sha256 --timestamp-rfc3161 http://timestamp.digicert.com --azure-key-vault-managed-identity --azure-key-vault-url ${{ secrets.AZURE_KEYVAULT_URI }} --azure-key-vault-certificate ${{ secrets.CODESIGN_CERT_NAME }}
0 commit comments