File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ steps:
2525 inputs :
2626 command : test
2727 projects : ' **/*[Tt]ests/*.csproj'
28- arguments : ' --configuration $(BuildConfiguration) --collect "XPlat Code coverage" /p:CoverletOutputFormat=opencover --results-directory $(Build.SourcesDirectory)/coverlet/reports'
28+ arguments : ' --configuration $(BuildConfiguration) --collect "XPlat Code coverage" /p:CoverletOutputFormat=opencover --targetdir $(Build.SourcesDirectory)/coverlet/reports'
2929
30- # - script: 'dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
31- # displayName: 'Install ReportGenerator tool'
30+ - script : ' dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
31+ displayName : ' Install ReportGenerator tool'
3232
3333# - script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"'
3434# displayName: 'Create reports'
You can’t perform that action at this time.
0 commit comments