Skip to content

Commit 71cee89

Browse files
committed
fix: build-all.bat updatd with LastExitCode
1 parent 70b7020 commit 71cee89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.bat

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

0 commit comments

Comments
 (0)