From 999ff11a1b2f2ef21b8e8f46af608ac534882cb9 Mon Sep 17 00:00:00 2001 From: v-mazayt Date: Wed, 28 Jun 2023 12:44:02 +0200 Subject: [PATCH] Add pool to Publish_package job --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe1f27a..5255139 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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