Skip to content

Commit dc09111

Browse files
author
Stephan
committed
With VS2017+19 build
1 parent 5cd50a9 commit dc09111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $SolutionRoot = $RepoRoot;
2929

3030
# Locate visual studio 2017
3131
# using vswhere from https://github.com/Microsoft/vswhere
32-
$vsloc = ./vswhere -latest -requires Microsoft.Component.MSBuild
32+
$vsloc = ./vswhere -version "[15.0,16.0)" -requires Microsoft.Component.MSBuild
3333
$vspath = ""
3434
$vsloc | ForEach {
3535
if ($_.StartsWith("installationPath: ")) {

0 commit comments

Comments
 (0)