Skip to content

Commit ed9c283

Browse files
authored
Fail build_task.bat if main nmake failed (GH-17820)
Otherwise we may not notice Windows CI build failures. Fixes GH-17818.
1 parent 5cce35c commit ed9c283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ cmd /c configure.bat ^
4949
if %errorlevel% neq 0 exit /b 3
5050

5151
nmake /NOLOGO
52+
if %errorlevel% neq 0 exit /b 3
5253
nmake /NOLOGO comtest.dll
5354
if %errorlevel% neq 0 exit /b 3
5455

0 commit comments

Comments
 (0)