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 b46c8cd commit 44e1dd2Copy full SHA for 44e1dd2
adt_pull_request.yml
@@ -27,7 +27,7 @@ steps:
27
inputs:
28
command: test
29
projects: '**/*[Tt]ests/*.csproj'
30
- arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" --output $(Build.ArtifactStagingDirectory)/reports'
+ arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage"'
31
targetdir: '$(Build.SourcesDirectory)/coverlet/reports'
32
reporttypes: 'HtmlInline_AzurePipelines;Xml;Html;Clover;Cobertura;SonarQube'
33
0 commit comments