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
|
nodeContainer: node
|
||||||
npmLocation: $(Build.SourcesDirectory)
|
npmLocation: $(Build.SourcesDirectory)
|
||||||
testResultsFile: junit.xml
|
testResultsFile: junit.xml
|
||||||
summaryFileLocation: coverage/cobertura-coverage.xml
|
summaryFileLocation: $(Build.SourcesDirectory)/coverage/cobertura-coverage.xml
|
||||||
|
|
||||||
# Dev Build/Deploy
|
# Dev Build/Deploy
|
||||||
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue