Skip to content

Commit

Permalink
Add pool to Publish_package job (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-zaytsev authored Jun 28, 2023
1 parent cef4b0d commit 4e7fd28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ stages:
jobs:
- job: Publish_package
displayName: Publish npm package
pool:
vmImage: 'ubuntu-20.04'
steps:
- task: DownloadPipelineArtifact@2
displayName: Download built typed-rest-client package
Expand Down

0 comments on commit 4e7fd28

Please sign in to comment.