Refactor pre-test targets (dotnet/corefx#34973)
authorEric StJohn <ericstj@microsoft.com>
Thu, 31 Jan 2019 20:07:42 +0000 (12:07 -0800)
committerGitHub <noreply@github.com>
Thu, 31 Jan 2019 20:07:42 +0000 (12:07 -0800)
commitd22ab88c601474a12878ec71ac5106ef63e7b6f6
tree2c5d40e39c50e27b2206fad8077e1733f2b71fde
parent060b080a06cc0c526430da3d0de4f6bef18b4734
Refactor pre-test targets (dotnet/corefx#34973)

* Refactor pre-test targets

Moves pre-testing targets to their own project that builds after others, rather than as targets in dirs.proj.

Use the GenerateTestSharedFrameworkDepsFile from the CoreFxTesting package rather than from buildtools.

* Manually update Arcade to latest

Commit migrated from https://github.com/dotnet/corefx/commit/f1336fa043309e587dee5e3d59ee04249ddff97b
src/libraries/dirs.proj
src/libraries/pretest.builds [new file with mode: 0644]