We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3145ea1 commit c87fe3dCopy full SHA for c87fe3d
README.md
@@ -22,8 +22,13 @@ tools for .NET Core:
22
* [.NET Core][dnc]
23
* [.NET Core tutorial][dnc-tutorial]
24
25
-`build.ps1` will create a nupkg and run tests for both .NET desktop and .NET
26
-Core.
+### Build and Tests
+
27
+On Windows, you can execute `build.ps1`, which will create a nupkg and run
28
+tests for both .NET desktop and .NET Core.
29
30
+On both Windows and all other supported operating systems, you can run
31
+`dotnet build` to build and `dotnet test` to run the tests.
32
33
## Origin
34
0 commit comments