diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-02-23 16:34:31 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-02-23 18:19:04 -0800 |
| commit | 407767858336479eebe759404db689a9b1e16671 (patch) | |
| tree | 7f3014c271062212caa4d3e4c8aa3ca11b96f9fc /scripts/findVisualStudioInstallationInstances.ps1 | |
| parent | f0cee21f7a11c9c2073616e199b412d6fb2a364d (diff) | |
| download | vcpkg-407767858336479eebe759404db689a9b1e16671.tar.gz vcpkg-407767858336479eebe759404db689a9b1e16671.zip | |
Rename "depenencies" to tools. Rework xml file to reduce fields.
Diffstat (limited to 'scripts/findVisualStudioInstallationInstances.ps1')
| -rw-r--r-- | scripts/findVisualStudioInstallationInstances.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/findVisualStudioInstallationInstances.ps1 b/scripts/findVisualStudioInstallationInstances.ps1 index 359da9caa..fba5f447e 100644 --- a/scripts/findVisualStudioInstallationInstances.ps1 +++ b/scripts/findVisualStudioInstallationInstances.ps1 @@ -4,7 +4,7 @@ param( ) $scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition -$vswhereExe = (& $scriptsDir\fetchDependency.ps1 "vswhere") -replace "<sol>::" -replace "::<eol>" +$vswhereExe = (& $scriptsDir\fetchTool.ps1 "vswhere") -replace "<sol>::" -replace "::<eol>" $output = & $vswhereExe -prerelease -legacy -products * -format xml [xml]$asXml = $output |
