From bd7cd7f56d5d9fdfeb1f57810a2ea77bf4d7e31a Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 16 Aug 2017 13:11:50 -0700 Subject: [PATCH] Add explanation for not printing in fetchDependency.ps1 --- scripts/fetchDependency.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1 index 01d7441c8dd..c9aeb0f7714 100644 --- a/scripts/fetchDependency.ps1 +++ b/scripts/fetchDependency.ps1 @@ -28,6 +28,7 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency) return } + # Can't print because vcpkg captures the output and expects only the path that is returned at the end of this script file # Write-Host "A suitable version of $Dependency was not found (required v$requiredVersion). Downloading portable $Dependency v$downloadVersion..." if (!(Test-Path $downloadDir))