Browse Source

fix: build-all.bat updatd with LastExitCode

Vaclav Elias 2 years ago
parent
commit
71cee89c8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build-all.bat

+ 1 - 1
build-all.bat

@@ -1,2 +1,2 @@
-PowerShell.exe -NoProfile -ExecutionPolicy Bypass -Command "& './BuildDocs.ps1' -BuildAll"
+PowerShell.exe -NoProfile -ExecutionPolicy Bypass -Command "& './BuildDocs.ps1' -BuildAll; exit $LastExitCode"
 if %errorlevel% neq 0 exit /b %errorlevel%