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:
Diffstat (limited to 'dir.targets')
-rw-r--r--dir.targets11
1 files changed, 11 insertions, 0 deletions
diff --git a/dir.targets b/dir.targets
index 6b16e9886d..c43fd173d2 100644
--- a/dir.targets
+++ b/dir.targets
@@ -45,4 +45,15 @@
<!-- We set this property to avoid MSBuild errors regarding not setting TargetFrameworkProfile (see above line) -->
<PortableNuGetMode>true</PortableNuGetMode>
</PropertyGroup>
+
+ <!--
+ add the test-runtime project.json to the list of supplemental test data so it will get included
+ in the test archive; the stress test build system depends on it when building test mixes.
+ -->
+ <ItemGroup Condition="'$(IsTestProject)'=='true'">
+ <SupplementalTestData Include="$(SourceDir)Common/test-runtime/project.json">
+ <DestinationDir>test-runtime/</DestinationDir>
+ </SupplementalTestData>
+ </ItemGroup>
+
</Project>