Sfoglia il codice sorgente

Update azure-pipelines.yml for Azure Pipelines [skip ci]

sebavan 6 anni fa
parent
commit
5983ee398c
1 ha cambiato i file con 24 aggiunte e 7 eliminazioni
  1. 24 7
      azure-pipelines.yml

+ 24 - 7
azure-pipelines.yml

@@ -1,12 +1,12 @@
 trigger:
 - master
 
-pool:
-  vmImage: 'Ubuntu-16.04'
-  demands: npm
-
 jobs:
-- job: What s New Update
+- job: WhatsNewUpdate
+  displayName: 'What s New Update'
+  pool:
+    vmImage: 'Ubuntu-16.04'
+    demands: npm
   steps:
   - task: Npm@1
     displayName: 'npm install'
@@ -17,7 +17,11 @@ jobs:
     workingDirectory: Tools/Gulp
     displayName: 'Whats new'
 
-- job: Documentation Check
+- job: DocumentationCheck
+  displayName: 'Documentation Check'
+  pool:
+    vmImage: 'Ubuntu-16.04'
+    demands: npm
   steps:
   - task: Npm@1
     displayName: 'npm install'
@@ -29,6 +33,9 @@ jobs:
     displayName: 'Typedoc check'
 
 - job: Linting
+  pool:
+    vmImage: 'Ubuntu-16.04'
+    demands: npm
   steps:
   - task: Npm@1
     displayName: 'npm install'
@@ -40,6 +47,9 @@ jobs:
     displayName: 'Full Lint'
 
 - job: Build
+  pool:
+    vmImage: 'Ubuntu-16.04'
+    demands: npm
   steps:
   - task: Npm@1
     displayName: 'npm install'
@@ -51,6 +61,9 @@ jobs:
     displayName: 'Typescript all'
 
 - job: Tests
+  pool:
+    vmImage: 'Ubuntu-16.04'
+    demands: npm
   steps:
   - task: Npm@1
     displayName: 'npm install'
@@ -71,7 +84,11 @@ jobs:
     workingDirectory: Tools/Gulp
     displayName: 'Visual Tests'
 
-- job: Viewer Tests
+- job: ViewerTests
+  displayName: 'Viewer Tests'
+  pool:
+    vmImage: 'Ubuntu-16.04'
+    demands: npm
   steps:
   - task: Npm@1
     displayName: 'npm install'