On our build server, we have a space disk problem. After investigation, we found a lot of te.processhost.managed_xxx_xxx_xxx.itrace files in C:\Windows\Temp. It's take nearly 50Go.
There were created on a process building in TFS 2015 vNext, on the task Visual Studio Test but there are never delete automatically.
There were not created if we disable Codecoverage option (but we need this option of course).
How can we disable automaticaly creation of these files ? Or automaticaly delete these files in the process (without script) ? Any option ? Other idea ?