mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
7 lines
217 B
Markdown
7 lines
217 B
Markdown
## 1. Run the tests
|
|
|
|
`dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults/coverage.opencover.xml`
|
|
|
|
## 2. Publish
|
|
|
|
`dotnet publish -c:Release --property WarningLevel=0` |