Skip to content

Commit 319567c

Browse files
authored
Update Azure Code Signing client to 1.0.95
Also updates the source URL
1 parent 6acf74e commit 319567c

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)