summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-04-12 12:47:28 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-04-12 14:43:40 -0700
commit42f1781463e973a7e764675715191b4f137d4e05 (patch)
tree37c94fc53bcdf318b6d35d1682c3f68db614fc48 /config.json
parentbdcb95e2f0ff0f48795fa0f98818ac1363d471f2 (diff)
downloadcoreclr-42f1781463e973a7e764675715191b4f137d4e05.tar.gz
coreclr-42f1781463e973a7e764675715191b4f137d4e05.tar.bz2
coreclr-42f1781463e973a7e764675715191b4f137d4e05.zip
Enable building Core_Root for any RID against packages
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json b/config.json
index 64066cb124..475a659f2d 100644
--- a/config.json
+++ b/config.json
@@ -312,6 +312,12 @@
"values": [ true, false ],
"defaultValue": true
},
+ "TargetsWindows": {
+ "description": "Sets the property specifying if the tests we're building will target Windows",
+ "valueType": "property",
+ "values": [ true, false ],
+ "defaultValue": true
+ },
"PublishTestNativeBins": {
"description": "Publishes test native binaries to Azure on non-windows",
"valueType": "property",