We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1baa4c3 commit 553cfecCopy full SHA for 553cfec
1 file changed
azure-pipelines.yml
@@ -4,13 +4,13 @@ trigger:
4
5
jobs:
6
7
-# All tasks on Windows
8
-- job: build_all_windows_legacy
9
- displayName: Build all tasks using node 8 (Windows)
+# All tasks on Linux
+- job: build_all_linux_legacy
+ displayName: Build all tasks using node 8 (Linux)
10
variables:
11
node_version: '8.x'
12
pool:
13
- vmImage: vs2017-win2016
+ vmImage: 'Ubuntu 16.04'
14
steps:
15
- template: azure-pipelines-template.yml
16
0 commit comments