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 5cd50a9 commit dc09111Copy full SHA for dc09111
build/build.ps1
@@ -29,7 +29,7 @@ $SolutionRoot = $RepoRoot;
29
30
# Locate visual studio 2017
31
# using vswhere from https://github.com/Microsoft/vswhere
32
-$vsloc = ./vswhere -latest -requires Microsoft.Component.MSBuild
+$vsloc = ./vswhere -version "[15.0,16.0)" -requires Microsoft.Component.MSBuild
33
$vspath = ""
34
$vsloc | ForEach {
35
if ($_.StartsWith("installationPath: ")) {
0 commit comments