|
@@ -19,7 +19,7 @@ jobs:
|
|
inputs:
|
|
inputs:
|
|
workingDir: Tools/Gulp
|
|
workingDir: Tools/Gulp
|
|
verbose: false
|
|
verbose: false
|
|
- - script: 'gulp tests-whatsnew'
|
|
|
|
|
|
+ - script: 'gulp tests-whatsnew --max-old-space-size=8192'
|
|
workingDirectory: Tools/Gulp
|
|
workingDirectory: Tools/Gulp
|
|
displayName: 'Whats new'
|
|
displayName: 'Whats new'
|
|
env:
|
|
env:
|
|
@@ -37,7 +37,7 @@ jobs:
|
|
inputs:
|
|
inputs:
|
|
workingDir: Tools/Gulp
|
|
workingDir: Tools/Gulp
|
|
verbose: false
|
|
verbose: false
|
|
- - script: 'gulp typedoc-check'
|
|
|
|
|
|
+ - script: 'gulp typedoc-check --max-old-space-size=8192'
|
|
workingDirectory: Tools/Gulp
|
|
workingDirectory: Tools/Gulp
|
|
displayName: 'Typedoc check'
|
|
displayName: 'Typedoc check'
|
|
|
|
|
|
@@ -52,7 +52,7 @@ jobs:
|
|
inputs:
|
|
inputs:
|
|
workingDir: Tools/Gulp
|
|
workingDir: Tools/Gulp
|
|
verbose: false
|
|
verbose: false
|
|
- - script: 'gulp fullLint'
|
|
|
|
|
|
+ - script: 'gulp fullLint --max-old-space-size=8192'
|
|
workingDirectory: Tools/Gulp
|
|
workingDirectory: Tools/Gulp
|
|
displayName: 'Full Lint'
|
|
displayName: 'Full Lint'
|
|
|
|
|
|
@@ -207,4 +207,4 @@ jobs:
|
|
condition: succeededOrFailed()
|
|
condition: succeededOrFailed()
|
|
inputs:
|
|
inputs:
|
|
testRunner: JUnit
|
|
testRunner: JUnit
|
|
- testResultsFiles: '.temp/testResults/ViewerValidationTests.xml'
|
|
|
|
|
|
+ testResultsFiles: '.temp/testResults/ViewerValidationTests.xml'
|