66c9c8a
1
2
3
4
5
@echo off call "%~dp0..\..\publish.bat" if %errorlevel% neq 0 ( exit /b %errorlevel% )