Change corefx test process (#16263)
authorBruce Forstall <brucefo@microsoft.com>
Fri, 9 Feb 2018 01:00:10 +0000 (17:00 -0800)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2018 01:00:10 +0000 (17:00 -0800)
commitb4fc69e24100a4f04bf5dc090a9e391217a3a088
tree784f61f4ef138d1d93053409f4a182445c555b85
parent13836e0e0e7c0b69b03ec5237a440d7f60cee570
Change corefx test process (#16263)

Instead of using the `/p:CoreCLROverridePath` switch when building
corefx, to bring in coreclr, build corefx normally. This builds
against the coreclr packages that corefx has already been validated
against in the CI, so the build should always work. Then, copy
over our built coreclr bits before testing. This method is expected
to have better behavior in most breaking change scenarios.
tests/scripts/run-corefx-tests.py