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:
parent
cb832944b2
commit
e752c81add
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user