File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ steps:
2020 script : dotnet build --no-incremental
2121 displayName : ' Rodando dotnet build'
2222
23- - task : DotNetCoreCLI@2
24- displayName : ' Rodando dotnet test'
25- inputs :
26- command : test
27- projects : ' **/*[Tt]ests/*.csproj'
28- arguments : ' --configuration $(BuildConfiguration) -collect:"XPlat Code Coverage" -r "_codeCoverage"'
23+ # - task: DotNetCoreCLI@2
24+ # displayName: 'Rodando dotnet test'
25+ # inputs:
26+ # command: test
27+ # projects: '**/*[Tt]ests/*.csproj'
28+ # arguments: '--configuration $(BuildConfiguration) --collect "Code Coverage"'
29+
30+ - script : ' dotnet test --collect:"XPlat Code Coverage"'
31+ displayName : ' Rodando Testes'
2932
3033- script : ' dotnet tool install --global coverlet.console'
3134 displayName : ' Instalando ferramenta global coverlet.console'
You can’t perform that action at this time.
0 commit comments