File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,11 @@ trigger:
44
55jobs :
66
7- # All tasks on Linux
8- - job : build_all_linux_legacy
9- displayName : Build all tasks using node 10 (Linux)
10- variables :
11- node_version : ' 10.x'
12- pool :
13- vmImage : ' Ubuntu 16.04'
14- steps :
15- - template : azure-pipelines-template.yml
16-
177# All tasks on Windows
188- job : build_all_windows
199 displayName : Build all tasks (Windows)
2010 variables :
21- node_version : ' 12 .x'
11+ node_version : ' 14 .x'
2212 pool :
2313 vmImage : vs2017-win2016
2414 steps :
2818- job : build_all_linux
2919 displayName : Build all tasks (Linux)
3020 variables :
31- node_version : ' 12 .x'
21+ node_version : ' 14 .x'
3222 pool :
3323 vmImage : ' Ubuntu 16.04'
3424 steps :
3828- job : build_all_darwin
3929 displayName : Build all tasks (macOS)
4030 variables :
41- node_version : ' 12 .x'
31+ node_version : ' 14 .x'
4232 pool :
4333 vmImage : macos-10.13
4434 steps :
You can’t perform that action at this time.
0 commit comments