summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-04-14 14:31:34 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-04-18 12:37:26 -0700
commit90f1d5d6aba780a62ee0e6c47d2cbabb575ffa69 (patch)
tree4ce134d8c7c87231437bd690bc2e1abcfb43305a /config.json
parente6a9c1622e807e070bf140b623001e41eb93cc68 (diff)
downloadcoreclr-90f1d5d6aba780a62ee0e6c47d2cbabb575ffa69.tar.gz
coreclr-90f1d5d6aba780a62ee0e6c47d2cbabb575ffa69.tar.bz2
coreclr-90f1d5d6aba780a62ee0e6c47d2cbabb575ffa69.zip
Enable running Crossgen tests on Windows in Helix
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 475a659f2d..158c1b928e 100644
--- a/config.json
+++ b/config.json
@@ -330,6 +330,12 @@
"values": [ true, false ],
"defaultValue": true
},
+ "Crossgen": {
+ "description": "Determines if we're running Crossgen tests",
+ "valueType": "property",
+ "values": [ true, false ],
+ "defaultValue": true
+ },
"RuntimeId": {
"description": "Specifies the OS to build Core_Root for",
"valueType": "property",