Skip to content

Commit c87fe3d

Browse files
committed
Update build instructions
1 parent 3145ea1 commit c87fe3d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ tools for .NET Core:
2222
* [.NET Core][dnc]
2323
* [.NET Core tutorial][dnc-tutorial]
2424

25-
`build.ps1` will create a nupkg and run tests for both .NET desktop and .NET
26-
Core.
25+
### Build and Tests
26+
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.
2732

2833
## Origin
2934

0 commit comments

Comments
 (0)