From dc09111a65591e34b6d31b55c16ae5d934b7fda4 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sat, 13 Apr 2019 17:31:18 +0200 Subject: [PATCH] With VS2017+19 build --- build/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.ps1 b/build/build.ps1 index 4674e6f4..b93ad08c 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -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: ")) {