Run compile out of process

run compile out of process

even with this flag set, the process is running along with visual studio

elements 2772

Hi Claudio,

We cannot reproduce this. May I ask how you determine that EBuild is running in-process?

Note that the way this option works is, that the MSBuild toolchain, which VS uses, still runs in-process (that’s controlled by VS). But our MSBuild task that wraps EBuild will launch EBuild.exe as a separate child process if the flag is set.

Do you see the OutOfProcess variable set to true in the (Detailed) MSBuild log?

sorry, wrong analysis, I was looking in the task manager in the processes tab, when I should be looking at details

1 Like

So all is good?

yes, it’s ok

1 Like

Excellent, happy to hear!