We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b7020 commit 71cee89Copy full SHA for 71cee89
build-all.bat
@@ -1,2 +1,2 @@
1
-PowerShell.exe -NoProfile -ExecutionPolicy Bypass -Command "& './BuildDocs.ps1' -BuildAll"
+PowerShell.exe -NoProfile -ExecutionPolicy Bypass -Command "& './BuildDocs.ps1' -BuildAll; exit $LastExitCode"
2
if %errorlevel% neq 0 exit /b %errorlevel%
0 commit comments