Skip to content

Commit eef1582

Browse files
committed
Maintain support for VS2022 until GitHub Actions images are upgraded
1 parent c1286aa commit eef1582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_all.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if not exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"
8484
exit /b 2
8585
)
8686

87-
for /f "usebackq delims=" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -version [18^,19^) -property installationPath`) do (
87+
for /f "usebackq delims=" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -version [17^,19^) -property installationPath`) do (
8888
if exist "%%i\Common7\Tools\vsdevcmd.bat" (
8989
call "%%i\Common7\Tools\vsdevcmd.bat" -no_logo
9090
exit /b

0 commit comments

Comments
 (0)