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 56ac60b commit 19eda2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .azuredevops/Pipelines/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ stages:
--no-build --configuration $(buildConfiguration)
-- --output Detailed
--coverage --coverage-output coverage.cobertura.xml --coverage-output-format cobertura
/p:ExcludeByAttribute=CompilerGenerated
publishTestResults: true

- task: DotNetCoreCLI@2
Expand All @@ -133,7 +132,6 @@ stages:
--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
Expand Down

0 comments on commit 19eda2c

Please sign in to comment.