summaryrefslogtreecommitdiff
path: root/tests/dir.traversal.targets
AgeCommit message (Collapse)AuthorFilesLines
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell1-8/+75
This changes moves coreclr onto DNX (same version as corefx). Theoretically, this should allow these tests to target the desktop CLR. All of the old package.config files are gone and replaced with corresponding project.json files. The up front restore behavior is retained. Tests are now buildable individually, though not runnable in a similar fashion.
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+36
[tfs-changeset: 1407945]