mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 19:17:10 +01:00
[VS detection] Add -products * flag to vswhere. This includes Express and BuildTools SKUs
This commit is contained in:
parent
d7c60c2048
commit
ab7a1abc93
@ -6,7 +6,7 @@ param(
|
||||
$scriptsDir = split-path -parent $MyInvocation.MyCommand.Definition
|
||||
$vswhereExe = & $scriptsDir\fetchDependency.ps1 "vswhere"
|
||||
|
||||
$output = & $vswhereExe -prerelease -legacy -format xml
|
||||
$output = & $vswhereExe -prerelease -legacy -products * -format xml
|
||||
[xml]$asXml = $output
|
||||
|
||||
$results = New-Object System.Collections.ArrayList
|
||||
|
Loading…
x
Reference in New Issue
Block a user