Skip to content

Commit 4e7fd28

Browse files
author
Maxim Zaytsev
authored
Add pool to Publish_package job (#359)
1 parent cef4b0d commit 4e7fd28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ stages:
7676
jobs:
7777
- job: Publish_package
7878
displayName: Publish npm package
79+
pool:
80+
vmImage: 'ubuntu-20.04'
7981
steps:
8082
- task: DownloadPipelineArtifact@2
8183
displayName: Download built typed-rest-client package

0 commit comments

Comments
 (0)