Update azure sign tool to 5.0.0

The signtool is dependent on dotnet version. This must be updated
after the dotnet has been updated.

Change-Id: I346acf6dfefc8e70e61ea05a569ebb5cfcf04c85
Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
Toni Saario 2024-05-24 11:49:07 +03:00
parent cb832944b2
commit e752c81add

View File

@ -5,6 +5,6 @@
# This script will install Azure singtool using Dotnet SDK
$dotnet = "C:\Program Files\dotnet\dotnet.exe"
$version = "2.0.17"
$version = "5.0.0"
Run-Executable "$dotnet" "tool install --global AzureSignTool --version $version"