Update azure-pipelines.yml
This commit is contained in:
parent
34455067c0
commit
9c5f4cdaa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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') }}:
|
||||
|
|
|
|||
Loading…
Reference in a new issue