Skip to content

Commit 6d6328d

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 50fecbd commit 6d6328d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adt_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
displayName: 'dotnet build $(buildConfiguration)'
2121
- script: |
2222
mkdir $(Build.SourcesDirectory)\results
23-
dotnet teste --logger trx /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura **/*[Tt]ests/*.csproj
23+
dotnet teste --configuration $(buildConfiguration) --logger trx /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura **/*[Tt]ests/*.csproj
2424
copy $(Agent.TempDirectory)\coverage.cobertura.xml $(Build.SourcesDirectory)\results
2525
dotnet tool install dotnet-reportgenerator-globaltool --tool-path . --version 4.0.0-rc4
2626
.\reportgenerator "-reports:$(Agent.TempDirectory)\coverage.cobertura.xml" "-targetdir:results" "-reporttypes:HTMLInline;HTMLChart"

0 commit comments

Comments
 (0)