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:
authorMatt Ellis <matell@microsoft.com>2016-04-05 03:31:27 +0300
committerMatt Ellis <matell@microsoft.com>2016-04-06 00:38:52 +0300
commitf5252c0c0d19622132e0edcf0b64783b798e3bbf (patch)
tree6c640412c655073521b6362cd35b68994c34e61f /Documentation/building
parent001983b9c3da7479ef8fe8c46a7dc6dd73054731 (diff)
Remove UnsupportedPlatforms metadata
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/windows-instructions.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index bac2c8c22d..132237b7a0 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -120,12 +120,7 @@ xunit.console.netcore.exe *.dll -notrait category=nonosxtests -trait category=Ou
xunit.console.netcore.exe *.dll -notrait category=nonlinuxtests -trait category=failing
```
-All the required dlls to run a test project can be found in `bin\tests\{Flavor}\{Project}.Tests\aspnetcore50\` which should be created when the test project is built.
-
-To skip an entire test project on a specific platform, for example, to skip running registry tests on Linux and Mac OS X, use the `<UnsupportedPlatforms>` MSBuild property in the csproj. Valid platform values are
-```xml
-<UnsupportedPlatforms>Windows_NT;Linux;OSX</UnsupportedPlatforms>
-```
+All the required dlls to run a test project can be found in `bin\tests\{Configration}\{Project}.Tests\dnxcore50\` which should be created when the test project is built.
### Running tests from Visual Studio