diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-16 13:11:50 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-16 13:11:50 -0700 |
| commit | bd7cd7f56d5d9fdfeb1f57810a2ea77bf4d7e31a (patch) | |
| tree | 25f560dc4b675fa670be1d8bdabd9c9d43d9a49d /scripts/fetchDependency.ps1 | |
| parent | 8ee84e50e0efcb442ae8c6e6372b38cb8448c77d (diff) | |
| download | vcpkg-bd7cd7f56d5d9fdfeb1f57810a2ea77bf4d7e31a.tar.gz vcpkg-bd7cd7f56d5d9fdfeb1f57810a2ea77bf4d7e31a.zip | |
Add explanation for not printing in fetchDependency.ps1
Diffstat (limited to 'scripts/fetchDependency.ps1')
| -rw-r--r-- | scripts/fetchDependency.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1 index 01d7441c8..c9aeb0f77 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)) |
