Skip to content

Commit

Permalink
Fix pipeline:
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Sep 2, 2024
1 parent c84d229 commit dec6286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azuredevops/Pipelines/Templates/publish-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ steps:
- task: PublishCodeCoverageResults@2
displayName: Publish code coverage to devops
inputs:
codeCoverageTool: Cobertura
summaryFileLocation: '$(Agent.TempDirectory)/Cobertura.xml'
codeCoverageTool: Cobertura
summaryFileLocation: '$(Agent.TempDirectory)/Cobertura.xml'

0 comments on commit dec6286

Please sign in to comment.