mirror of https://github.com/winsw/winsw
Update CONTRIBUTING.md
parent
5506a2b31a
commit
782bef1ba7
|
@ -11,16 +11,20 @@
|
||||||
|
|
||||||
You can open *src\WinSW.sln* and then build and run tests from within Visual Studio.
|
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
|
### Build
|
||||||
|
|
||||||
```console
|
```console
|
||||||
dotnet build src\winsw.sln
|
dotnet build src\WinSW.sln
|
||||||
```
|
```
|
||||||
|
|
||||||
### Test
|
### Test
|
||||||
|
|
||||||
```console
|
```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)
|
||||||
|
|
Loading…
Reference in New Issue