Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Sep 25, 2024
1 parent b9502d0 commit c3cfc73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .azuredevops/Pipelines/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,8 @@ stages:
projects: 'tests/**/SystemTests.csproj'
arguments: >-
--no-build --configuration $(buildConfiguration)
--output Detailed --coverage --coverage-output coverage.cobertura.xml --coverage-output-format cobertura
--collect:"XPlat Code Coverage;Format=cobertura,opencover"
--logger trx
--output Detailed
--coverage --coverage-output coverage.cobertura.xml --coverage-output-format cobertura --report-trx
/p:ExcludeByAttribute=CompilerGenerated
publishTestResults: true

Expand Down

0 comments on commit c3cfc73

Please sign in to comment.