Skip to content

Commit

Permalink
Merge pull request #13 from odalet/master
Browse files Browse the repository at this point in the history
Issue #12 / `-products *`
  • Loading branch information
3F authored Jul 19, 2019
2 parents 4b368c9 + 4a0beb7 commit c195efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c195efd

Please sign in to comment.