Skip to content

Commit ba5abb9

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 93e218b commit ba5abb9

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

adt_pull_request.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)