From c3cfc736659b4d7178ecb2061844073cd3474e28 Mon Sep 17 00:00:00 2001 From: Coen van den Munckhof Date: Wed, 25 Sep 2024 23:50:32 +0200 Subject: [PATCH] update --- .azuredevops/Pipelines/pull-request.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.azuredevops/Pipelines/pull-request.yaml b/.azuredevops/Pipelines/pull-request.yaml index 5a372cb4..e9ab27ab 100644 --- a/.azuredevops/Pipelines/pull-request.yaml +++ b/.azuredevops/Pipelines/pull-request.yaml @@ -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