summaryrefslogtreecommitdiff
path: root/eng/common
diff options
context:
space:
mode:
Diffstat (limited to 'eng/common')
-rw-r--r--eng/common/tools.ps12
1 files changed, 2 insertions, 0 deletions
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index de7523cae5..ae33b37d33 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -321,10 +321,12 @@ function LocateVisualStudio([object]$vsRequirements = $null){
function InitializeBuildTool() {
if (Test-Path variable:global:_BuildTool) {
+ Write-Host "variable:global:_BuildTool initialized." -ForegroundColor Red
return $global:_BuildTool
}
if (-not $msbuildEngine) {
+ Write-Host "-not $msbuildEngine" -ForegroundColor Red
$msbuildEngine = GetDefaultMSBuildEngine
}