ShutdownNodesAfterParallelBuild test identifies MSBuild worker nodes incorrectly
Open
CoreCLR-test
testing
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
This test uses
```C#
int numberProcsOriginally = (new List(Process.GetProcessesByName("MSBuild"))).Count;
```
But that's not a good way to do it now that the process name is often `dotnet.exe`, for .NET Core scenarios.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.