1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@echo off rem -- Check current message template against the master "../../scripts/template_verifier.py" --mode="development" --cache_master if errorlevel 1 goto BuildFailed goto end :BuildFailed echo PREBUILD FAILED exit 1 :end echo PREBUILD SUCCESSFUL