File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ jobs:
6565 shell : pwsh
6666 - name : Sign package
6767 run : |
68- AzureSignTool sign \
69- --azure-key-vault-url ${{ secrets.AZURE_KEYVAULT_URI }} \
70- --azure-key-vault-client-id ${{ secrets.AZURE_CLIENT_ID }} \
71- --azure-key-vault-tenant-id ${{ secrets.AZURE_TENANT_ID }} \
72- --azure-key-vault-certificate ${{ secrets.CODESIGN_CERT_NAME }} \
73- --description "AutoMapper" \
74- --timestamp-url http://timestamp.digicert.com \
68+ AzureSignTool sign `
69+ --azure-key-vault-url ${{ secrets.AZURE_KEYVAULT_URI }} `
70+ --azure-key-vault-client-id ${{ secrets.AZURE_CLIENT_ID }} `
71+ --azure-key-vault-tenant-id ${{ secrets.AZURE_TENANT_ID }} `
72+ --azure-key-vault-certificate ${{ secrets.CODESIGN_CERT_NAME }} `
73+ --description "AutoMapper" `
74+ --timestamp-url http://timestamp.digicert.com `
7575 ./artifacts/*.nupkg
7676 - name : Push to MyGet
7777 if : github.ref == 'refs/heads/main'
You can’t perform that action at this time.
0 commit comments