Skip to content

Commit 02dd255

Browse files
authored
ci: fixes path for ADO coverage report generation (#7593)
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 594a038 commit 02dd255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ extends:
260260
condition: succeededOrFailed()
261261
displayName: "Install ReportGenerator"
262262

263-
- pwsh: reportgenerator -reports:$(Build.SourcesDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/reports/coverage -reporttypes:"HtmlInline_AzurePipelines;Cobertura"
263+
- pwsh: reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/reports/coverage -reporttypes:"HtmlInline_AzurePipelines;Cobertura"
264264
condition: succeeded()
265265
displayName: "Generate coverage report"
266266

0 commit comments

Comments
 (0)