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-08-01 23:39:33 +0300
committerMariana Rios Flores <mariari@microsoft.com>2016-08-01 23:39:33 +0300
commit521334b3f683ee138c3cacc94b1c3908088ac90a (patch)
tree00435a7ef140cab92728f9db173065d799935168 /Documentation
parentbb56ba4f3e1fa45388720922ad3981ab4e235c82 (diff)
change to non-windows
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/developer-guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/project-docs/developer-guide.md b/Documentation/project-docs/developer-guide.md
index 2c170d729e..090f396470 100644
--- a/Documentation/project-docs/developer-guide.md
+++ b/Documentation/project-docs/developer-guide.md
@@ -126,7 +126,7 @@ src\System.Diagnostics.DiagnosticSource\tests and typing `msbuild System.Diagnos
There is also a pkg directory for each project, and if you go into it and type `msbuild`, it will build the DLL (if needed)
and then also build the NuGet package for it. The NuGet package ends up in the bin\packages directory.
-**Note:** If building in other OS different than Windows call `./Tools/msbuild.sh` instead of just `msbuild`.
+**Note:** If building in a non-Windows, call `./Tools/msbuild.sh` instead of just `msbuild`.
### Building other OSes
@@ -165,7 +165,7 @@ It is possible to pass parameters to the underlying xunit runner via the `XunitO
```cmd
msbuild /t:Test "/p:XunitOptions=-class Test.ClassUnderTests"
```
-**Note:** If building in other OS different than Windows call `./Tools/msbuild.sh` instead of just `msbuild`.
+**Note:** If building in a non-Windows, call `./Tools/msbuild.sh` instead of just `msbuild`.
There may be multiple projects in some directories so you may need to specify the path to a specific test project to get it to build and run the tests.