From 4cf4202f113439b4dd99bea0cb6c8618760e55d4 Mon Sep 17 00:00:00 2001 From: Jonghyun Park Date: Fri, 13 Oct 2017 11:45:20 +0900 Subject: Allow not to build SOS.NETCore.dll (#14404) * Allow not to build SOS.NETCore.dll * Automatically enable SkipSOS when a mscorlib option is given --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index 5322daa48e..8fa4f53830 100644 --- a/config.json +++ b/config.json @@ -282,6 +282,12 @@ "values": [ true, false ], "defaultValue": true }, + "SkipSOS": { + "description": "", + "valueType": "property", + "values": [ true, false ], + "defaultValue": false + }, "SignType": { "description": "Sets the SignType.", "valueType": "property", -- cgit v1.2.3