File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ steps:
1616 #sonar.coverageReportPaths=$(Agent.TempDirectory)/coverlet/reports/coverage.cobertura.xml
1717 sonar.cs.dotcover.reportsPaths=dotCover.Output.html
1818
19+ - script : dotnet tool install --global JetBrains.dotCover.GlobalTool
20+ displayName : ' Instalando ferramenta global JetBrains.dotCover.GlobalTool'
21+
22+ - task : CmdLine@2
23+ inputs :
24+ script : dotnet restore
25+ displayName : ' Rodando dotnet restore'
26+
1927- task : CmdLine@2
2028 inputs :
2129 script : dotnet build --no-incremental
3644# - script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"'
3745# displayName: 'Create reports'
3846
39- - script : dotnet tool install --global JetBrains.dotCover.GlobalTool
40- displayName : ' Instalando ferramenta global JetBrains.dotCover.GlobalTool'
41-
4247- script : dotnet dotcover test --dcReportType=HTML
4348 displayName : ' Rodando dotcover'
4449
You can’t perform that action at this time.
0 commit comments