diff --git a/build.ps1 b/build.ps1 index e5ff6b0..19e09cd 100644 --- a/build.ps1 +++ b/build.ps1 @@ -293,7 +293,7 @@ try Write-Diagnostic "VSWhere path $vswherePath" - $VS2017InstallPath = & $vswherePath -version 15 -property installationPath + $VS2017InstallPath = & $vswherePath -version '[15.0,16.0)' -property installationPath Write-Diagnostic "VS2017InstallPath: $VS2017InstallPath"