Skip to content

Commit 5a3dec8

Browse files
committed
Work CI-CD
- Enable publishing of code coverage results. - Remove publish test results tasks.
1 parent 10bc892 commit 5a3dec8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,7 @@ jobs:
139139
configuration: '$(BuildConfiguration)'
140140
diagnosticsEnabled: true
141141
vsTestVersion: toolsInstaller
142-
143-
- task: PublishTestResults@2
144-
condition: succeeded()
145-
displayName: 'Publish test results'
146-
inputs:
147-
testRunner: VSTest
148-
testResultsFiles: '**/*.trx'
142+
codeCoverageEnabled: true
149143

150144
- task: CopyFiles@1
151145
condition: succeeded()

0 commit comments

Comments
 (0)