1@echo off 2python scenario_config/schema_slicer.py || exit 1 3python scenario_config/jsonschema/converter.py || exit 1 4xmllint --xinclude schema/datachecks.xsd > schema/allchecks.xsd || exit 1 5python -m build || exit 1 6rem pip install .\dist\acrn_config_tools-3.0-py3-none-any.whl --force-reinstall 7del .\configurator\packages\configurator\thirdLib\acrn_config_tools-3.0-py3-none-any.whl 8cd configurator 9python .\packages\configurator\thirdLib\manager.py install || exit 1 10yarn || exit 1 11echo build and install success 12