Skip to content

Commit 2ed9616

Browse files
committed
Installs to specific path
1 parent 0c78684 commit 2ed9616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ steps:
4444
arguments: '--configuration $(buildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura -- xunit.parallelizeAssembly=true xunit.parallelizeTestCollections=true'
4545

4646
- script: |
47-
dotnet tool install -g dotnet-reportgenerator-globaltool
48-
dotnet reportgenerator -reports:$(Build.SourcesDirectory)/tests/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/CodeCoverage -reporttypes:Cobertura
47+
dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools
48+
./tools/reportgenerator -reports:$(Build.SourcesDirectory)/tests/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/CodeCoverage -reporttypes:Cobertura
4949
displayName: Code Coverage Report
5050

5151
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)