зеркало из https://github.com/microsoft/BuildXL.git
4 строки
166 B
Batchfile
4 строки
166 B
Batchfile
|
@echo off
|
||
|
REM kill any bxl.exe instances running in the machine
|
||
|
echo Terminating existing instances of BuildXL
|
||
|
call %~dp0\Shared\Scripts\KillBxlInstancesInRepo.cmd
|