Skip to content

Commit

Permalink
Back to broken version
Browse files Browse the repository at this point in the history
Verify updated linter still fails.
  • Loading branch information
martincostello committed Oct 1, 2024
1 parent 4505fdb commit bbe5203
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]
},
"sign": {
"version": "0.9.1-beta.24312.3",
"version": "0.9.1-beta.24469.1",
"commands": [
"sign"
]
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ jobs:
--description "Polly" `
--description-url "https://github.com/${{ github.repository }}" `
--azure-key-vault-certificate "${{ secrets.SIGN_CLI_CERT_NAME }}" `
--azure-key-vault-client-id ${env:AZURE_CLIENT_ID} `
--azure-key-vault-client-secret ${env:AZURE_CLIENT_SECRET} `
--azure-key-vault-tenant-id ${env:AZURE_TENANT_ID} `
--azure-key-vault-url "${{ secrets.SIGN_CLI_VAULT_URI }}" `
--verbosity "${{ runner.debug == '1' && 'Debug' || 'Warning' }}"
if ($LASTEXITCODE -ne 0) {
Expand Down

0 comments on commit bbe5203

Please sign in to comment.