mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Fix CI for VS 2022 CI images (#16717)
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
rem Invokes a tool within a Visual Studio prompt
|
||||
rem Uses %PLATFORM% to set architecture of prompt
|
||||
|
||||
set "vspath=%ProgramFiles%\Microsoft Visual Studio\2022\Enterprise"
|
||||
if exist "%vspath%" goto found
|
||||
set "vspath=%ProgramFiles%\Microsoft Visual Studio\2022\Community"
|
||||
if exist "%vspath%" goto found
|
||||
set "vspath=%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise"
|
||||
if exist "%vspath%" goto found
|
||||
set "vspath=%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community"
|
||||
|
||||
Reference in New Issue
Block a user