summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json28
1 files changed, 27 insertions, 1 deletions
diff --git a/config.json b/config.json
index 64066cb124..c975171055 100644
--- a/config.json
+++ b/config.json
@@ -192,6 +192,18 @@
"values": [ true, false ],
"defaultValue": false
},
+ "RestoreDefaultOptimizationDataPackage": {
+ "description": "Instructs BuildTools to restore the default OptimizationData package.",
+ "valueType": "property",
+ "values": [ true, false ],
+ "defaultValue": true
+ },
+ "UsePartialNGENOptimization": {
+ "description": "Adds the `-partialNGEN -minify` arguments when invoking IBCMerge.",
+ "valueType": "property",
+ "values": [ true, false ],
+ "defaultValue": true
+ },
"OptimizationDataDir": {
"description": "Sets the path where the build should look for IBC profile data.",
"valueType": "property",
@@ -312,6 +324,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",
@@ -324,6 +342,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",
@@ -469,7 +493,9 @@
"MsBuildLog": "default",
"MsBuildWrn": "default",
"MsBuildErr": "default",
- "MsBuildEventLogging": "default"
+ "MsBuildEventLogging": "default",
+ "RestoreDefaultOptimizationDataPackage": "false",
+ "UsePartialNGENOptimization": "false"
}
}
},