chore(ci): Lock AzureSignTool to version 4 (#4190)

Fixes #4185
This commit is contained in:
Jamil
2024-03-18 06:42:24 -07:00
committed by GitHub
parent 2c7f45cc99
commit de687f4c59

View File

@@ -64,7 +64,8 @@ jobs:
- name: Install AzureSignTool
if: ${{ runner.os == 'Windows' }}
shell: bash
run: dotnet tool install --global AzureSignTool
# AzureSignTool >= 5 needs .NET 8. windows-2019 runner only has .NET 7.
run: dotnet tool install --global AzureSignTool --version 4.0.1
- name: Build release exe and MSI
# Signs the exe before bundling it into the MSI
run: pnpm build