Closed
Description
Runtime tests on mono still rely on using the PatchCoreCLRCoreRoot target, for architectures other than Android and Wasm:
Line 105 in ec26ee5
This step is confusing when running the tests locally, time consuming, and brittle. It was necessary when the tests were first extended to work on mono, but work since should make it possible to use use a corerun build with mono.
Before actually removing the target we also need to make sure that the automated performance runs do not use it. @DrewScoggins