Upgrade signing tools
parent
8e626eddb6
commit
600cef0c8d
|
|
@ -379,13 +379,13 @@ jobs:
|
||||||
- name: Install Microsoft.Trusted.Signing.Client
|
- name: Install Microsoft.Trusted.Signing.Client
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
.\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.53 -OutputDirectory .
|
.\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.86 -OutputDirectory .
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Locate Azure.CodeSigning.Dlib.dll
|
- name: Locate Azure.CodeSigning.Dlib.dll
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
$dllPath = (Get-ChildItem ".\Microsoft.Trusted.Signing.Client.1.0.53\bin\x64\Azure.CodeSigning.Dlib.dll" -Recurse -File | Select-Object -First 1).FullName
|
$dllPath = (Get-ChildItem ".\Microsoft.Trusted.Signing.Client.1.0.86\bin\x64\Azure.CodeSigning.Dlib.dll" -Recurse -File | Select-Object -First 1).FullName
|
||||||
if (-not $dllPath) {
|
if (-not $dllPath) {
|
||||||
Write-Error "Azure.CodeSigning.Dlib.dll not found."
|
Write-Error "Azure.CodeSigning.Dlib.dll not found."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue