فهرست منبع

chore: update azure-pipelines

chenshuai2144 6 سال پیش
والد
کامیت
a8451eaf0c
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      azure-pipelines.yml

+ 3 - 3
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: