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:
authorWes Haggard <weshaggard@users.noreply.github.com>2017-01-12 21:35:30 +0300
committerGitHub <noreply@github.com>2017-01-12 21:35:30 +0300
commite948c9ce8b5ff5af917a97ae1d0972f82b125d3a (patch)
treecd751b427acce5666346b777e7426b0ee2fbaa7d /config.json
parent1bdedff433d19862e86f28d6fdf4bb3d0f9bde18 (diff)
Update development docs to reflect new engineering changes (#15094)
Diffstat (limited to 'config.json')
-rw-r--r--config.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.json b/config.json
index 5c774e7e8a..ed2c8b34e9 100644
--- a/config.json
+++ b/config.json
@@ -254,37 +254,37 @@
}
},
"debug": {
- "description": "Sets optimization level to debug for managed build configuration.",
+ "description": "Sets optimization level to debug for managed build configuration. (/p:ConfigurationGroup=Debug)",
"settings": {
"ConfigurationGroup": "Debug"
}
},
"release": {
- "description": "Sets optimization level to release for managed build configuration.",
+ "description": "Sets optimization level to release for managed build configuration. (/p:ConfigurationGroup=Release)",
"settings": {
"ConfigurationGroup": "Release"
}
},
"framework": {
- "description": "Sets target framework for managed build configuration and only builds the libraries applicable for that framework.",
+ "description": "Sets target framework for managed build configuration and only builds the libraries applicable for that framework. (/p:TargetGroup=[value])",
"settings": {
"TargetGroup": "default"
}
},
"os": {
- "description": "Sets OS for the managed build configuration and only builds the libraries applicable for that OS.",
+ "description": "Sets OS for the managed build configuration and only builds the libraries applicable for that OS. (/p:OSGroup=[value])",
"settings": {
"OSGroup": "default"
}
},
"buildArch": {
- "description": "Sets the architecture for the managed build confiuguration.",
+ "description": "Sets the architecture for the managed build confiuguration. (/p:ArchGroup=[value])",
"settings": {
"ArchGroup": "default"
}
},
"runtimeos": {
- "description": "Sets runtime OS for the managed build configuration, which is used for building and restoring native OS dependent assets (i.e. RID specific binaries)",
+ "description": "Sets runtime OS for the managed build configuration, which is used for building and restoring native OS dependent assets (i.e. RID specific binaries). (/p:RuntimeOS=[value]",
"settings": {
"RuntimeOS": "default"
}