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:
-rw-r--r--BuildToolsVersion.txt2
-rw-r--r--dir.targets11
2 files changed, 12 insertions, 1 deletions
diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt
index bece6cbf15..060bfed10c 100644
--- a/BuildToolsVersion.txt
+++ b/BuildToolsVersion.txt
@@ -1 +1 @@
-1.0.26-prerelease-00704-01 \ No newline at end of file
+1.0.26-prerelease-00710-01 \ No newline at end of file
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>