Skip to content

Commit 04fc5a2

Browse files
committed
use a newer build pool
1 parent 105f62a commit 04fc5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pipelines/build-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ parameters:
1818

1919
jobs:
2020
- job: ${{ parameters.name }}
21+
pool:
22+
vmImage: 'ubuntu-20.04'
2123
steps:
2224
- bash: |
2325
PACKAGE_VERSION=$(node -p "require('./package.json').version")

0 commit comments

Comments
 (0)