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 2925b24 commit d1cc27dCopy full SHA for d1cc27d
adt_pull_request.yml
@@ -21,11 +21,11 @@ steps:
21
displayName: 'Rodando dotnet build'
22
23
- task: DotNetCoreCLI@2
24
- displayName: 'Calculate code coverage'
+ displayName: 'Rodando dotnet test'
25
inputs:
26
command: test
27
projects: '**/*[Tt]ests/*.csproj'
28
- arguments: '--configuration $(BuildConfiguration) --collect "XPlat Code coverage" -r "$(Build.SourcesDirectory)/coverlet/reports"'
+ arguments: '--configuration $(BuildConfiguration) --collect "XPlat Code coverage" --output $(Build.ArtifactStagingDirectory)/coverlet/reports'
29
30
- script: 'dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
31
displayName: 'Install ReportGenerator tool'
0 commit comments