Skip to content

Commit ba2d870

Browse files
author
Christian Allred
committed
A bit more debug output in build script
1 parent 2f81618 commit ba2d870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/BuildProjFS-Managed.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ for /f "usebackq tokens=*" %%i in (`%vswhere% -all -prerelease -latest -version
3030
)
3131

3232
IF NOT DEFINED VsDir (
33-
%vswhere% -all -prerelease -latest -products * -format json -include packages
33+
echo All installed Visual Studio instances:
34+
%vswhere% -all -prerelease -products * -format json
3435
echo ERROR: Could not locate a Visual Studio installation with required components.
3536
echo Refer to Readme.md for a list of the required Visual Studio components.
3637
exit /b 10

0 commit comments

Comments
 (0)