mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[vcpkg-scripts] Improve verbose logging in findAnyMSBuildWithCppPlatformToolset.
This commit is contained in:
parent
37b250abb8
commit
1513062f0b
@ -91,11 +91,11 @@ foreach ($pair in $registryPairs)
|
||||
try
|
||||
{
|
||||
$VS14InstallDir = $(gp $vsEntry InstallDir -erroraction Stop | % { $_.InstallDir })
|
||||
Write-Verbose "$vsEntry - Found"
|
||||
Write-Verbose "$vsEntry\InstallDir - Found"
|
||||
}
|
||||
catch
|
||||
{
|
||||
Write-Verbose "$vsEntry - Not Found"
|
||||
Write-Verbose "$vsEntry\InstallDir - Not Found"
|
||||
continue
|
||||
}
|
||||
|
||||
@ -118,11 +118,11 @@ foreach ($pair in $registryPairs)
|
||||
try
|
||||
{
|
||||
$MSBuild14 = $(gp $msbuildEntry MSBuildToolsPath -erroraction Stop | % { $_.MSBuildToolsPath })
|
||||
Write-Verbose "$msbuildEntry - Found"
|
||||
Write-Verbose "$msbuildEntry\MSBuildToolsPath - Found"
|
||||
}
|
||||
catch
|
||||
{
|
||||
Write-Verbose "$msbuildEntry - Not Found"
|
||||
Write-Verbose "$msbuildEntry\MSBuildToolsPath - Not Found"
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user