diff --git a/.azuredevops/Pipelines/pull-request.yaml b/.azuredevops/Pipelines/pull-request.yaml index e9ab27ab..affd9d6d 100644 --- a/.azuredevops/Pipelines/pull-request.yaml +++ b/.azuredevops/Pipelines/pull-request.yaml @@ -119,7 +119,7 @@ stages: projects: 'tests/**/SystemTests.csproj' arguments: >- --no-build --configuration $(buildConfiguration) - --output Detailed + -- --output Detailed --coverage --coverage-output coverage.cobertura.xml --coverage-output-format cobertura --report-trx /p:ExcludeByAttribute=CompilerGenerated publishTestResults: true