We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105f62a commit 04fc5a2Copy full SHA for 04fc5a2
.pipelines/build-package.yml
@@ -18,6 +18,8 @@ parameters:
18
19
jobs:
20
- job: ${{ parameters.name }}
21
+ pool:
22
+ vmImage: 'ubuntu-20.04'
23
steps:
24
- bash: |
25
PACKAGE_VERSION=$(node -p "require('./package.json').version")
0 commit comments