Files @ r23294:4890afbe9b20
Branch filter:

Location: cpp/openttd-patchpack/source/projects/regression.bat

Patric Stout
Add: [AzurePipelines] build a stable release if a tag is created
1
2
3
4
5
6
cd ..\bin
editbin /nologo /subsystem:console openttd.exe
cscript /nologo ai\regression\run.vbs
set RESULT=%ERRORLEVEL%
editbin /nologo /subsystem:windows openttd.exe
exit %RESULT%