Skip to content

Commit b2cc1d9

Browse files
committed
Run builds on Linux machines.
1 parent da68ac2 commit b2cc1d9

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

common/config/azure-pipelines/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pool:
2+
vmImage: 'ubuntu-latest'
13
jobs:
24
- job: PRBuild
35
condition: succeeded()

common/config/azure-pipelines/npm-publish-rush.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pool:
2+
vmImage: 'ubuntu-latest'
13
variables:
24
NodeVersion: 10
35
VersionPolicy: rush

common/config/azure-pipelines/npm-publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pool:
2+
vmImage: 'ubuntu-latest'
13
variables:
24
NodeVersion: 10
35
VersionPolicy: noRush

0 commit comments

Comments
 (0)