diff --git a/run_build_tool.cmd b/run_build_tool.cmd index d8bd094..c45d0aa 100644 --- a/run_build_tool.cmd +++ b/run_build_tool.cmd @@ -76,6 +76,7 @@ If %ERRORLEVEL% neq 0 ( REM There is no CUR_PACKAGE_INFO it was renamed in previous step to %PREV_PACKAGE_INFO% REM which means we need to do pub get and precompile if not exist "%PRECOMPILED%" ( + echo Running pub get in "%cd%" "%DART%" pub get --no-precompile "%DART%" compile kernel bin/build_tool_runner.dart )