Visual Studio 2012 RTM has MSBuild.exe in memory after close

前端 未结 2 1298
暖寄归人
暖寄归人 2020-12-14 16:50

I noticed when Visual Studio 2012 RTM was closed, that many instances of MsBuild.exe are still in memory.

Why ?

2条回答
  •  Happy的楠姐
    2020-12-14 17:11

    You can turn off the parallel build feature in visual studio. How to: Set the Number of Concurrent Builds for Multiprocessor Builds

提交回复
热议问题