diff --git a/eng/pipelines/templates/stages/archetype-python-release.yml b/eng/pipelines/templates/stages/archetype-python-release.yml index 18fe549699f6..def2307aad24 100644 --- a/eng/pipelines/templates/stages/archetype-python-release.yml +++ b/eng/pipelines/templates/stages/archetype-python-release.yml @@ -23,7 +23,8 @@ stages: environment: github pool: - vmImage: ubuntu-18.04 + name: azsdk-pool-mms-ubuntu-1804-general + vmImage: MMSUbuntu18.04 strategy: runOnce: @@ -70,7 +71,8 @@ stages: dependsOn: TagRepository pool: - vmImage: ubuntu-18.04 + name: azsdk-pool-mms-ubuntu-1804-general + vmImage: MMSUbuntu18.04 strategy: runOnce: @@ -128,7 +130,8 @@ stages: dependsOn: PublishPackage pool: - vmImage: windows-2019 + name: azsdk-pool-mms-win-2019-general + vmImage: MMS2019 strategy: runOnce: @@ -163,7 +166,8 @@ stages: dependsOn: PublishPackage pool: - vmImage: ubuntu-18.04 + name: azsdk-pool-mms-ubuntu-1804-general + vmImage: MMSUbuntu18.04 variables: CIConfigs: "{'targets':[{'path_to_config':'ci-configs/packages-preview.json','Mode':'Preview','content_folder':'docs-ref-services/preview'},{'path_to_config':'ci-configs/packages-latest.json','mode':'Latest','content_folder':'docs-ref-services/latest'}]}" @@ -213,7 +217,8 @@ stages: dependsOn: PublishPackage pool: - vmImage: ubuntu-18.04 + name: azsdk-pool-mms-ubuntu-1804-general + vmImage: MMSUbuntu18.04 strategy: runOnce: @@ -254,7 +259,8 @@ stages: displayName: "Publish package to daily feed" condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal'))) pool: - vmImage: ubuntu-18.04 + name: azsdk-pool-mms-ubuntu-1804-general + vmImage: MMSUbuntu18.04 steps: - checkout: none - download: current