Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 377 Bytes

build_order.md

File metadata and controls

15 lines (8 loc) · 377 Bytes

On commit pipeline

1. Run the tests

dotnet test "./MewtocolTests" /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