summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2017-04-24 10:12:38 -0700
committerSven Boemer <sbomer@gmail.com>2017-04-26 08:42:32 -0700
commitf60551763ccabdeca6171b55957e5a059f038818 (patch)
treec8d973f43b1784920d8c4347c481d9da237372fb /config.json
parent5c8b9a6870a58e0af250ff822ca395e3fd8268bb (diff)
downloadcoreclr-f60551763ccabdeca6171b55957e5a059f038818.tar.gz
coreclr-f60551763ccabdeca6171b55957e5a059f038818.tar.bz2
coreclr-f60551763ccabdeca6171b55957e5a059f038818.zip
Refactor ildasm round trip logic
This change factors the Ildasm round trip logic so that it should not require a separate test build. The ildasmroundtrip flag is no longer passed to build-test.cmd; instead the wrapper scripts are always generated with a check for an environment variable that can be set from runtests. Also remove separate test build for ilrt in the ci scripts
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.json b/config.json
index c975171055..5f493f6521 100644
--- a/config.json
+++ b/config.json
@@ -270,12 +270,6 @@
"values": [],
"defaultValue": ""
},
- "IlasmRoundTrip": {
- "description": "Sets ilasm round trip property.",
- "valueType": "property",
- "values": [ true, false ],
- "defaultValue": true
- },
"CreateTestOverlay": {
"description": "Runs CreateTestOverlay target.",
"valueType": "target",