Skip to content

Commit 98b7a4b

Browse files
committed
Fix PublishCodeCoverageResults
1 parent c9d9474 commit 98b7a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ stages:
7575
inputs:
7676
testResultsFormat: "VSTest"
7777
testResultsFiles: "**/*.trx"
78-
- task: PublishCodeCoverageResults@2
78+
- task: PublishCodeCoverageResults@1
7979
inputs:
8080
codeCoverageTool: cobertura
8181
summaryFileLocation: "**/*.cobertura.xml"

0 commit comments

Comments
 (0)