We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3298ec commit 96e2a7cCopy full SHA for 96e2a7c
build_scripts/windows/scripts/build.cmd
@@ -154,8 +154,6 @@ if %errorlevel% neq 0 goto ERROR
154
pushd %BUILDING_DIR%
155
%BUILDING_DIR%\python.exe -I %REPO_ROOT%\scripts\compact_aaz.py
156
if %errorlevel% neq 0 goto ERROR
157
-%BUILDING_DIR%\python.exe -I %~dp0\patch_models_v2.py
158
-if %errorlevel% neq 0 goto ERROR
159
%BUILDING_DIR%\python.exe -I %REPO_ROOT%\scripts\trim_sdk.py
160
161
popd
0 commit comments