We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d551f commit efcf0a4Copy full SHA for efcf0a4
build.ps1
@@ -184,7 +184,7 @@ function VSX
184
$versionSearchStr = "[$VS_VER.0," + ($VS_VER+1) + ".0)"
185
186
$ErrorActionPreference="SilentlyContinue"
187
- $VSInstallPath = & $VSWherePath -version $versionSearchStr -property installationPath $VS_PRE
+ $VSInstallPath = & $VSWherePath -version $versionSearchStr -latest -property installationPath $VS_PRE
188
$ErrorActionPreference="Stop"
189
190
Write-Diagnostic "$($VS_OFFICIAL_VER)InstallPath: $VSInstallPath"
0 commit comments