dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
https://docs.microsoft.com/visualstudio/msbuild/msbuild
MIT License
5.17k stars 1.34k forks source link

Out-of-proc build tests hang in .NET Core #933

Open rainersigwald opened 7 years ago

rainersigwald commented 7 years ago

For example, try running Microsoft.Build.UnitTests.BackEnd.BuildManager_Tests.SimpleBuildOutOfProcess() in the Debug-NetCore configuration. It hangs on BuildSubmission.Execute waiting on a _completionEvent that never comes.

rainersigwald commented 7 years ago

Dragging this forward because I suspect it's related to #651.