Skip to content

Commit 553cfec

Browse files
author
Danny McCormick
committed
Switch legacy build to linux
1 parent 1baa4c3 commit 553cfec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ trigger:
44

55
jobs:
66

7-
# All tasks on Windows
8-
- job: build_all_windows_legacy
9-
displayName: Build all tasks using node 8 (Windows)
7+
# All tasks on Linux
8+
- job: build_all_linux_legacy
9+
displayName: Build all tasks using node 8 (Linux)
1010
variables:
1111
node_version: '8.x'
1212
pool:
13-
vmImage: vs2017-win2016
13+
vmImage: 'Ubuntu 16.04'
1414
steps:
1515
- template: azure-pipelines-template.yml
1616

0 commit comments

Comments
 (0)