Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariana Rios Flores <mariari@microsoft.com>2016-07-29 03:04:11 +0300
committerGitHub <noreply@github.com>2016-07-29 03:04:11 +0300
commiteff89c9bd121f2631e4e5d2f5275a017fb1a591c (patch)
tree08422cf0a95f7a2802112508886ae50492178a25 /config.json
parent1421e3949aa1a878dfcd76bf545fad7d0f2733aa (diff)
Change capital letters in ConfigurationGroup settings (#10401)
Diffstat (limited to 'config.json')
-rw-r--r--config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.json b/config.json
index 6a88b13e5a..c8d0848e29 100644
--- a/config.json
+++ b/config.json
@@ -462,15 +462,15 @@
"build-native":{
"alias":{
"debug":{
- "description": "Passes DEBUG to respective build-native script.",
+ "description": "Passes Debug to respective build-native script.",
"settings":{
- "CmakeBuildType": "DEBUG"
+ "CmakeBuildType": "Debug"
}
},
"release":{
- "description": "Passes RELEASE to respective build-native script.",
+ "description": "Passes Release to respective build-native script.",
"settings":{
- "CmakeBuildType": "RELEASE"
+ "CmakeBuildType": "Release"
}
},
"buildArch":{