We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660111a commit 42c568cCopy full SHA for 42c568c
adt_pull_request.yml
@@ -48,7 +48,7 @@ steps:
48
inputs:
49
command: test
50
projects: '**/*[Tt]ests/*.csproj'
51
- arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=\"cobertura,opencover\" --collect "Code Coverage" /p:Exclude=[xunit.*]*'
+ arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:Exclude=[xunit.*]*'
52
53
#- script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"'
54
# displayName: 'Create reports'
0 commit comments