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:
authorKarthik Rajasekaran <karajas@microsoft.com>2016-11-16 03:38:35 +0300
committerKarthik Rajasekaran <karajas@microsoft.com>2016-12-12 22:05:41 +0300
commit339e305946213daea2402242eedd0096c41011a5 (patch)
treef8c906e1ed9f3a734e1692b69449504c68babc29 /config.json
parent382601e92eaac7fd997409a64298009b4e304d89 (diff)
Build order is now native, managed and tests.
Tests build is a separate phase with a separate sync invocation. Restore dependencies that come from source projects that tests projects still depend on. Fix up sni versions and don't create partial packages for sni packages. Add FilterToOsGroup to override Run tool behaviour Fix System.Reflection.Metadata test build Fix path issue that prevents SupplementalTestData from being discovered.
Diffstat (limited to 'config.json')
-rw-r--r--config.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.json b/config.json
index e3e3bc16da..3bbd0c8ccd 100644
--- a/config.json
+++ b/config.json
@@ -245,7 +245,7 @@
"valueType": "target",
"values": [],
"defaultValue": ""
- }
+ }
},
"commands": {
"build-managed": {
@@ -269,8 +269,10 @@
"tests": {
"description": "Builds the tests that are in the repository, doesn't restore packages.",
"settings": {
- "RestoreDuringBuild": "false",
- "Project": "src/tests.builds",
+ "RestoreDuringBuild": true,
+ "BuildTestsAgainstPackages": true,
+ "RestoreForTestsAgainstPackagesOnly": true,
+ "BuildTests": true,
"MsBuildLogging":"/flp:v=normal;LogFile=build-tests.log"
}
},
@@ -335,6 +337,7 @@
"settings": {
"OSGroup": "default",
"TargetOS": "default",
+ "BuildTests": false,
"ConfigurationGroup": "default",
"MsBuildLogging":"default",
"MsBuildWarning":"default",