summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2018-05-22 19:13:20 -0700
committerGitHub <noreply@github.com>2018-05-22 19:13:20 -0700
commit7d930115ebd1a170af6b41caab3bb3906c476685 (patch)
treebafc9c140466b91ee6cf097709bd24d12bb9d350 /config.json
parentd629c9967bd401c21123873c7d5175e721d40feb (diff)
downloadcoreclr-7d930115ebd1a170af6b41caab3bb3906c476685.tar.gz
coreclr-7d930115ebd1a170af6b41caab3bb3906c476685.tar.bz2
coreclr-7d930115ebd1a170af6b41caab3bb3906c476685.zip
Remove -Rebuild option from build scripts (#18089)
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 84cd288622..406ea5189a 100644
--- a/config.json
+++ b/config.json
@@ -282,12 +282,6 @@
"values": [ "false", "true"],
"defaultValue": "true"
},
- "Rebuild": {
- "description": "Specifies rebuild target.",
- "valueType": "target",
- "values": [],
- "defaultValue": ""
- },
"MsBuildLog": {
"description": "Specifies build logs for build alias.",
"valueType": "passThrough",