Skip to content

Commit 9d7510f

Browse files
authored
Merge pull request cli#12424 from cli/kw/update-azure-code-signing-client
CI: Update Azure Code Signing client to 1.0.95
2 parents 6acf74e + 319567c commit 9d7510f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
METADATA_PATH: ${{ runner.temp }}\acs\metadata.json
177177
run: |
178178
# Download Azure Code Signing client containing the DLL needed for signtool in script/sign
179-
Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Azure.CodeSigning.Client/1.0.43 -OutFile $Env:ACS_ZIP -Verbose
179+
Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Trusted.Signing.Client/1.0.95 -OutFile $Env:ACS_ZIP -Verbose
180180
Expand-Archive $Env:ACS_ZIP -Destination $Env:ACS_DIR -Force -Verbose
181181
182182
# Generate metadata file for signtool, used in signing box .exe and .msi

0 commit comments

Comments
 (0)