diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-12-13 16:16:36 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-12-13 16:30:50 -0800 |
| commit | d19e5a683798877f0c8c2e8f8d753cf5c7f20014 (patch) | |
| tree | 6ea4216eb19beb94eacd0d032f9f811ab7159c02 /src/build_all.cmd | |
| parent | 1077f8fa2511d0a78aebc03247ae62d8bea7886e (diff) | |
| download | wix-robmen/dev10.tar.gz wix-robmen/dev10.tar.bz2 wix-robmen/dev10.zip | |
Maintain support for VS2022 until GitHub Actions images are upgradedrobmen/dev10
Diffstat (limited to 'src/build_all.cmd')
| -rw-r--r-- | src/build_all.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_all.cmd b/src/build_all.cmd index 14e77bee..7e9e7790 100644 --- a/src/build_all.cmd +++ b/src/build_all.cmd | |||
| @@ -84,7 +84,7 @@ if not exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" | |||
| 84 | exit /b 2 | 84 | exit /b 2 |
| 85 | ) | 85 | ) |
| 86 | 86 | ||
| 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 ( |
| 88 | if exist "%%i\Common7\Tools\vsdevcmd.bat" ( | 88 | if exist "%%i\Common7\Tools\vsdevcmd.bat" ( |
| 89 | call "%%i\Common7\Tools\vsdevcmd.bat" -no_logo | 89 | call "%%i\Common7\Tools\vsdevcmd.bat" -no_logo |
| 90 | exit /b | 90 | exit /b |
