REM Copyright (c) Microsoft Corporation - All rights reservedREM Licensed under the MIT Licensecurl-s -L https://aka.ms/vs/17/release/vs_BuildTools.exe -o "vs_BuildTools.exe"start/b /wait vs_BuildTools.exe--config %SB_HOME%\dockerfile\directx\mini_vsconfig.json --wait --quiet --norestart --nocacheif%errorlevel%neq0(exit/b %errorlevel%)del"vs_BuildTools.exe"