From bbe5203d19f279884760fef759c7e7e7977e2325 Mon Sep 17 00:00:00 2001 From: martincostello Date: Tue, 1 Oct 2024 12:36:17 +0100 Subject: [PATCH] Back to broken version Verify updated linter still fails. --- .config/dotnet-tools.json | 2 +- .github/workflows/build.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 0129756a6c..db1a73fa17 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -33,7 +33,7 @@ ] }, "sign": { - "version": "0.9.1-beta.24312.3", + "version": "0.9.1-beta.24469.1", "commands": [ "sign" ] diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a93dec9c18..812ad55925 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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) {