change build tools chocolatey install error message (#562)

This commit is contained in:
Tess Gauthier 2022-02-07 13:27:45 -05:00 committed by GitHub
parent 9d733203d6
commit c2765de0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
} }
} }
} }