We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fecbd commit 6d6328dCopy full SHA for 6d6328d
adt_pull_request.yml
@@ -20,7 +20,7 @@ steps:
20
displayName: 'dotnet build $(buildConfiguration)'
21
- script: |
22
mkdir $(Build.SourcesDirectory)\results
23
- dotnet teste --logger trx /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura **/*[Tt]ests/*.csproj
+ dotnet teste --configuration $(buildConfiguration) --logger trx /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura **/*[Tt]ests/*.csproj
24
copy $(Agent.TempDirectory)\coverage.cobertura.xml $(Build.SourcesDirectory)\results
25
dotnet tool install dotnet-reportgenerator-globaltool --tool-path . --version 4.0.0-rc4
26
.\reportgenerator "-reports:$(Agent.TempDirectory)\coverage.cobertura.xml" "-targetdir:results" "-reporttypes:HTMLInline;HTMLChart"
0 commit comments