From 319567c2cfd1c03d3031ad7c5806c5a824dafd47 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:49:16 -0700 Subject: [PATCH 1/2] Update Azure Code Signing client to 1.0.95 Also updates the source URL --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7c2a9f08c6d..97321091564 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -176,7 +176,7 @@ jobs: METADATA_PATH: ${{ runner.temp }}\acs\metadata.json run: | # Download Azure Code Signing client containing the DLL needed for signtool in script/sign - Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Azure.CodeSigning.Client/1.0.43 -OutFile $Env:ACS_ZIP -Verbose + Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Trusted.Signing.Client/1.0.95 -OutFile $Env:ACS_ZIP -Verbose Expand-Archive $Env:ACS_ZIP -Destination $Env:ACS_DIR -Force -Verbose # Generate metadata file for signtool, used in signing box .exe and .msi From c9ba3793ee96b668e6e36aed4311d97a887fd9be Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:43:55 -0700 Subject: [PATCH 2/2] Update Azure Code Signing endpoint URL --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 97321091564..68b5237a537 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -184,7 +184,7 @@ jobs: CertificateProfileName = "GitHubInc" CodeSigningAccountName = "GitHubInc" CorrelationId = $Env:CORRELATION_ID - Endpoint = "https://wus.codesigning.azure.net/" + Endpoint = "https://wus3.codesigning.azure.net/" } | ConvertTo-Json | Out-File -FilePath $Env:METADATA_PATH # Azure Code Signing leverages the environment variables for secrets that complement the metadata.json