From 4a0beb741cec0e1544b5644771dce82e7279afbc Mon Sep 17 00:00:00 2001 From: Olivier DALET Date: Tue, 9 Jul 2019 16:23:21 +0200 Subject: [PATCH] WIP - Issue #12 temporary fix --- frontend.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.bat b/frontend.bat index 4871dce..15500f6 100644 --- a/frontend.bat +++ b/frontend.bat @@ -462,7 +462,7 @@ set vswfilter=!vswPriority! call :dbgprint "attempts with filter: " vswfilter vswPreRel set "vspath=" & set "vsver=" -for /F "usebackq tokens=1* delims=: " %%a in (`"!vswbin!" -nologo !vswPreRel! -requires !vswfilter! Microsoft.Component.MSBuild`) do ( +for /F "usebackq tokens=1* delims=: " %%a in (`"!vswbin!" -nologo !vswPreRel! -products * -requires !vswfilter! Microsoft.Component.MSBuild`) do ( if /I "%%~a"=="installationPath" set vspath=%%~b if /I "%%~a"=="installationVersion" set vsver=%%~b