YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 22, column 13: displayName: 'npm install, build, and test' #3174
Labels
needs-test-case
Please submit a reproducible test case showcasing the issue!
stale
Closed (manually) after waiting on a response for 30 days.
My original code: please can someone help review this
Node.js
Build a general Node.js project with npm.
Add steps that analyze code, save build artifacts, deploy, and more:
https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
pool:
vmImage: ubuntu-latest
steps:
task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
script: |
npm install
npm run build
npm test
displayName: 'npm install, build, and test'
The text was updated successfully, but these errors were encountered: