From 9c5f4cdaa41875bc1f9f86057c028272f7504c6e Mon Sep 17 00:00:00 2001 From: FrankSafelite Date: Mon, 11 Oct 2021 11:11:49 -0400 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}: