Skip to content

Commit f359148

Browse files
authored
Fix PublishCodeCoverageResults in Azure Pipelines (#2450)
Update azure-pipelines.yml
1 parent 46fb9a2 commit f359148

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
@@ -323,7 +323,7 @@ jobs:
323323
testResultsFiles: '**/*.trx'
324324
searchFolder: $(Agent.TempDirectory)
325325

326-
- task: PublishCodeCoverageResults@2
326+
- task: PublishCodeCoverageResults@1
327327
condition: eq(variables['Agent.OS'], 'Windows_NT') # Only run this step on Windows
328328
displayName: 'Publish Code Coverage Results'
329329
inputs:

0 commit comments

Comments
 (0)