We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6acf74e + 319567c commit 9d7510fCopy full SHA for 9d7510f
1 file changed
.github/workflows/deployment.yml
@@ -176,7 +176,7 @@ jobs:
176
METADATA_PATH: ${{ runner.temp }}\acs\metadata.json
177
run: |
178
# 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
+ Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Trusted.Signing.Client/1.0.95 -OutFile $Env:ACS_ZIP -Verbose
180
Expand-Archive $Env:ACS_ZIP -Destination $Env:ACS_DIR -Force -Verbose
181
182
# Generate metadata file for signtool, used in signing box .exe and .msi
0 commit comments