diff --git a/build.sh b/build.sh index 6064cdb7e..5e7593c28 100755 --- a/build.sh +++ b/build.sh @@ -88,7 +88,7 @@ CleanFolder() BuildWithMSBuild() { - msBuildPath=`$vswhere -latest -products \* -requires Microsoft.Component.MSBuild -find MSBuild\\\\\*\*\\\\Bin\\\\MSBuild.exe` + msBuildPath=`$vswhere -latest -requires Microsoft.Component.MSBuild -find MSBuild\\\\\*\*\\\\Bin\\\\MSBuild.exe` msBuildPath=${msBuildPath/C:\\/\/c\/} msBuildPath=${msBuildPath//\\/\/} msBuildDir=$(dirname "$msBuildPath") diff --git a/tools/vswhere/vswhere.exe b/tools/vswhere/vswhere.exe index 582e82868..1731aa6ed 100644 Binary files a/tools/vswhere/vswhere.exe and b/tools/vswhere/vswhere.exe differ