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:
authorHugh Bellamy <hughbellars@gmail.com>2016-04-05 16:43:43 +0300
committerHugh Bellamy <hughbellars@gmail.com>2016-04-05 17:02:58 +0300
commit00deebcac394e95efe564fedbcdfe6795161e430 (patch)
tree636adef1352c60198fa81c41bb7026be8b7b12f3 /Documentation/building
parent0eaf9baab03e0c09fb2475f755bcb2c1dc7d8123 (diff)
Update windows-instructions.md for Debug or Release
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/windows-instructions.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index bac2c8c22d..623b293a1c 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -39,11 +39,16 @@ and then also build the Nuget package for it. The Nuget package ends up in the
### Building other OSes
-By default building from the root will only build the libraries for the OS you are running on. One can
+By default, building from the root will only build the libraries for the OS you are running on. One can
build for another OS by specifying `/p:FilterToOSGroup=[Windows_NT|Linux|OSX|FreeBSD]` or build for all by specifying
`/p:BuildAllOSGroups=true`.
[Building CoreFX on FreeBSD, Linux and OS X](unix-instructions.md)
+
+### Building in Release or Debug
+
+By default, building from the root or within a project will build the libraries in Debug mode. One can build in Debug or Release mode by specifying `/p:ConfigurationGroup=[Debug|Release]` after the `msbuild` command.
+
## Tests
We use the OSS testing framework [xunit](http://xunit.github.io/).