Skip to content

Commit

Permalink
With VS2017+19 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed Apr 13, 2019
1 parent 5cd50a9 commit dc09111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $SolutionRoot = $RepoRoot;

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

0 comments on commit dc09111

Please sign in to comment.