Browse Source

feat: Error exit level added

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

+ 2 - 1
build-all.bat

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