Update CONTRIBUTING.md

pull/645/head
Next Turn 2020-08-28 18:55:51 +08:00 committed by GitHub
parent 5506a2b31a
commit 782bef1ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -11,16 +11,20 @@
You can open *src\WinSW.sln* and then build and run tests from within Visual Studio.
## Develop with .NET SDK
## Develop with .NET CLI
### Build
```console
dotnet build src\winsw.sln
dotnet build src\WinSW.sln
```
### Test
```console
dotnet test src\Test\winswTests\winswTests.csproj
dotnet test src\WinSW.sln
```
## See also
[How to: Debug Windows Service Applications](https://docs.microsoft.com/dotnet/framework/windows-services/how-to-debug-windows-service-applications)