Browse Source

chore: update azure-pipelines

pull/5786/head
chenshuai2144 6 years ago
parent
commit
a8451eaf0c
  1. 6
      azure-pipelines.yml

6
azure-pipelines.yml

@ -46,12 +46,12 @@ jobs:
- job: Windows - job: Windows
pool: pool:
vmImage: "vs2017-win2016" vmImage: "win1803"
steps: steps:
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:
versionSpec: "11.x" versionSpec: "11.x"
- script: yarn install - script: npm install
displayName: install displayName: install
- script: npm run lint - script: npm run lint
displayName: lint displayName: lint
@ -69,7 +69,7 @@ jobs:
- job: MacOS - job: MacOS
pool: pool:
vmImage: "macOS-10.13" vmImage: "macOS-latest"
steps: steps:
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:

Loading…
Cancel
Save