mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
change build tools chocolatey install error message (#562)
This commit is contained in:
parent
9d733203d6
commit
c2765de0f7
@ -233,7 +233,7 @@ function Start-OpenSSHBootstrap
|
|||||||
# check that build-tools were properly installed
|
# check that build-tools were properly installed
|
||||||
if(-not (Test-Path $env:vctargetspath))
|
if(-not (Test-Path $env:vctargetspath))
|
||||||
{
|
{
|
||||||
Write-BuildMsg -AsError -ErrorAction Stop -Message "$packageName installation failed with error code $LASTEXITCODE."
|
Write-BuildMsg -AsError -ErrorAction Stop -Message "visualcpp-build-tools installation failed with error code $LASTEXITCODE."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user