Skip to content

Commit 2b28a5a

Browse files
committed
added build matric to azure pipeline [skip ci]
1 parent 7e21e60 commit 2b28a5a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

build.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
jobs:
22
- job: Windows
3+
strategy:
4+
matrix:
5+
Code26:
6+
CODE_VERSION: '1.26.0'
7+
CodeCurrent:
8+
CODE_VERSION: '*'
9+
CodeInssiders:
10+
CODE_VERSION: 'insiders'
311
pool:
412
name: Hosted VS2017
513
demands: npm
@@ -21,6 +29,14 @@ jobs:
2129
- script: 'node node_modules/vscode/bin/test'
2230
displayName: 'Run tests'
2331
- job: macOS
32+
strategy:
33+
matrix:
34+
Code26:
35+
CODE_VERSION: '1.26.0'
36+
CodeCurrent:
37+
CODE_VERSION: '*'
38+
CodeInssiders:
39+
CODE_VERSION: 'insiders'
2440
pool:
2541
name: Hosted macOS
2642
demands: npm
@@ -42,6 +58,14 @@ jobs:
4258
- script: 'node node_modules/vscode/bin/test'
4359
displayName: 'Run tests'
4460
- job: Linux
61+
strategy:
62+
matrix:
63+
Code26:
64+
CODE_VERSION: '1.26.0'
65+
CodeCurrent:
66+
CODE_VERSION: '*'
67+
CodeInssiders:
68+
CODE_VERSION: 'insiders'
4569
pool:
4670
name: Hosted Ubuntu 1604
4771
demands: npm

0 commit comments

Comments
 (0)