mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
15 lines
359 B
Markdown
15 lines
359 B
Markdown
# On commit pipeline
|
|
|
|
## 1. Run the tests
|
|
|
|
`dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml`
|
|
|
|
## 2. Run the docs Autobuilder
|
|
|
|
`dotnet run --project "./DocBuilder/DocBuilder.csproj"`
|
|
|
|
# On publish pipeline
|
|
|
|
## 3. Publish
|
|
|
|
`dotnet publish -c:Release --property WarningLevel=0` |