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:
authorchcosta <chcosta@microsoft.com>2016-12-17 00:05:30 +0300
committerWes Haggard <weshaggard@users.noreply.github.com>2016-12-17 00:05:30 +0300
commit3398321b7a54c5d47e4530651d3bee43794c1320 (patch)
treeb58cf1202155e3b5813513586d8e50c871458373 /config.json
parent8cc83b44f3d4a799199c4c7eb9c85b7dd853e220 (diff)
Use static configurations for building a vertical (#14489)
* Build each configuration of corefx tools * Fully qualify path to props files for import * Build using static configurations * Package build, ignore references to System.Threading.Overlapped and System.Runtime.Serialization.Formatters which aren't being built at the moment. * Rename target * Remove unintentional add of baseline file * Configuration fixes, fix typo in netci.groovy, re-enable specifying OSGroup property * Interim build, overbuilds reference assemblies * Reduce to passing Configurations * Fix traversal, undefine configuration for contract projects, remove trimunconverted (not used) * lower message importance * Minor fixes, changing messages, fixing comment * system.runtime.extensions contract causes binclash because it requires a configuration. temporarily disable configuration * Fix trimming of projects * Eliminate circular dependency in package build * Fix OSX build * Cleanup, less msbuild invocations
Diffstat (limited to 'config.json')
-rw-r--r--config.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/config.json b/config.json
index 5d99aca80d..657e9950d0 100644
--- a/config.json
+++ b/config.json
@@ -138,12 +138,6 @@
"values": [],
"defaultValue": ""
},
- "FakeOSGroup": {
- "description": "Ignore OSGroup.",
- "valueType": "property",
- "values": [],
- "defaultValue": ""
- },
"GenerateNativeVersionInfo": {
"description": "Enables generation of the native version header.",
"valueType": "property",
@@ -283,7 +277,7 @@
"os": {
"description": "Sets OSGroup to the OS name where the build is going to run or it is set to the value passed by the user.",
"settings": {
- "FakeOSGroup": "default"
+ "OSGroup": "default"
}
},
"target-os": {