diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a18ae1f8..e240fb055 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,7 @@ stages: nodeContainer: node npmLocation: $(Build.SourcesDirectory) testResultsFile: junit.xml - summaryFileLocation: coverage/cobertura-coverage.xml + summaryFileLocation: $(Build.SourcesDirectory)/coverage/cobertura-coverage.xml # Dev Build/Deploy - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: