File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ if (Get-Command signclient -ErrorAction SilentlyContinue) {
140
140
else {
141
141
$SignClientFolder = Join-Path $ToolPath " signclient"
142
142
Write-Host " SignClient not found. Installing to ... $SignClientFolder "
143
- dotnet tool install SignClient -- version 1.0 . 82 -- tool- path " $SignClientFolder "
143
+ dotnet tool install SignClient -- version 1.2 . 109 -- tool- path " $SignClientFolder "
144
144
}
145
145
146
146
# ##########################################################################
Original file line number Diff line number Diff line change 112
112
# INSTALL SignTool
113
113
# ##########################################################################
114
114
if [ ! -f " $SIGNTOOL_EXE " ]; then
115
- " $SCRIPT_DIR /.dotnet/dotnet" tool install SignClient --version 1.0.82 --tool-path " $SIGNCLIENT_DIR "
115
+ " $SCRIPT_DIR /.dotnet/dotnet" tool install SignClient --version 1.2.109 --tool-path " $SIGNCLIENT_DIR "
116
116
if [ $? -ne 0 ]; then
117
117
echo " SignClient already installed."
118
118
fi
You can’t perform that action at this time.
0 commit comments