Added new logic for test pipeline

This commit is contained in:
Felix Weiß
2023-07-06 22:46:17 +02:00
parent d956525538
commit 953e22503a
2 changed files with 26 additions and 47 deletions

View File

@@ -1,7 +1,15 @@
# On commit pipeline
## 1. Run the tests
`dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults/coverage.opencover.xml`
`dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml`
## 2. Publish
## 2. Run the docs Autobuilder
`dotnet run --project "./DocBuilder/DocBuilder.csproj"`
# On publish pipeline
## 3. Publish
`dotnet publish -c:Release --property WarningLevel=0`