make a new pr pipeline build

This commit is contained in:
Ken
2019-02-25 21:51:14 -08:00
parent 0755ef1786
commit f9bf0c4c3b
2 changed files with 21 additions and 1 deletions

20
azure-pipelines.pr.yml Normal file
View File

@@ -0,0 +1,20 @@
# 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: none
pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'wan
displayName: 'Install Node.js'
- script: |
npm install
npm run build
displayName: 'npm install, build'

View File

@@ -14,7 +14,7 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
versionSpec: '10.x'wan
displayName: 'Install Node.js'
- script: |