summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json33
1 files changed, 16 insertions, 17 deletions
diff --git a/config.json b/config.json
index 915c31807c..49a5575451 100644
--- a/config.json
+++ b/config.json
@@ -84,8 +84,8 @@
"values": [ "Windows_NT", "Linux", "Unix", "OSX", "Android" ],
"defaultValue": "${OSName}"
},
- "RestoreNETCorePlatforms": {
- "description": "MsBuild target that restores the NETCore packages.",
+ "Sync": {
+ "description": "MsBuild target that restores the packages.",
"valueType": "target",
"values": [],
"defaultValue": ""
@@ -527,6 +527,13 @@
"settings": {
"Build": "default"
}
+ },
+ "optdata": {
+ "description": "Restores optimization profile data for the repository.",
+ "settings": {
+ "Project": "./build.proj",
+ "RestoreOptData": "default"
+ }
}
},
"defaultValues": {
@@ -578,21 +585,7 @@
"settings": {
"Project": "./build.proj",
"RestoreDuringBuild": true,
- "RestoreNETCorePlatforms": "default"
- }
- },
- "optdata": {
- "description": "Restores optimization profile data for the repository.",
- "settings": {
- "Project": "./build.proj",
- "RestoreDuringBuild": true,
- "RestoreOptData": "default"
- }
- },
- "priority": {
- "description": "Sets CLRTestPriorityToBuild property.",
- "settings": {
- "CLRTestPriorityToBuild": "default"
+ "Sync": "default"
}
},
"ab": {
@@ -655,6 +648,12 @@
"settings": {
"BuildNumberMinor": "default"
}
+ },
+ "buildType": {
+ "description": "Sets buildtype.",
+ "settings": {
+ "__BuildType": "default"
+ }
}
},
"defaultValues": {