Skip to content

Commit

Permalink
Add pool to Publish_package job (microsoft#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-zaytsev authored and ajuanjojjj committed Jul 5, 2024
1 parent e23700e commit f1c6055
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 f1c6055

Please sign in to comment.