Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2016-12-13 01:19:07 +0300
committerGitHub <noreply@github.com>2016-12-13 01:19:07 +0300
commit65780ef192c4f2214e65816e7ac90899be6a5557 (patch)
tree6de99d933e6dd3bccfce6f2cf3d70367525019b9 /build.proj
parentbc4d19a5e65708208d1aae6ddb2e02f12b85a919 (diff)
Port first third of tests to build against the targeting pack / runtime (#14450)
* Change first third of test projects to compile against targeting pack. * Add supplemental test data into an external project
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index ec2f7504ec..1b16d46a42 100644
--- a/build.proj
+++ b/build.proj
@@ -84,6 +84,7 @@
<ItemGroup>
<TestProjectJsons Include="$(MSBuildThisFileDirectory)src/Common/test-runtime/project.json" />
+ <TestProjectJsons Include="$(MSBuildThisFileDirectory)external/supplemental-test-data/project.json" />
</ItemGroup>
<UsingTask TaskName="GatherDirectoriesToRestore" AssemblyFile="$(BuildToolsTaskDir)Microsoft.DotNet.Build.Tasks.dll" />