Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Sep 26, 2024
1 parent 776efd5 commit 56ac60b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .azuredevops/Pipelines/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,23 @@ stages:
arguments: >-
--no-build --configuration $(buildConfiguration)
-- --output Detailed
--coverage --coverage-output coverage.cobertura.xml --coverage-output-format cobertura --report-trx
--coverage --coverage-output coverage.cobertura.xml --coverage-output-format cobertura
/p:ExcludeByAttribute=CompilerGenerated
publishTestResults: true

- task: DotNetCoreCLI@2
displayName: 🧪 Dotnet Test SystemTest
inputs:
command: run
projects: 'tests/**/SystemTests.csproj'
arguments: >-
--no-build --configuration $(buildConfiguration)
--output Detailed
--coverage --coverage-output coverage.cobertura.xml --coverage-output-format cobertura
/p:ExcludeByAttribute=CompilerGenerated
# - task: PublishTestResults@2
# displayName: 🧪 Publish test result SystemTest
# inputs:

- template: Templates/publish-code-analysis.yaml

0 comments on commit 56ac60b

Please sign in to comment.