Skip to content

Commit

Permalink
1ES pools update for release pipeline. (Azure#18267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored and jongio committed Feb 9, 2021
1 parent 9168b50 commit 73a66a4
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions eng/pipelines/templates/stages/archetype-net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ stages:
- deployment: SignPackage
environment: esrp
pool:
vmImage: windows-2019
name: azsdk-pool-mms-win-2019-general
vmImage: MMS2019

strategy:
runOnce:
Expand Down Expand Up @@ -48,7 +49,8 @@ stages:
environment: github

pool:
vmImage: windows-2019
name: azsdk-pool-mms-win-2019-general
vmImage: MMS2019

strategy:
runOnce:
Expand Down Expand Up @@ -84,7 +86,8 @@ stages:
dependsOn: TagRepository

pool:
vmImage: ubuntu-18.04
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04

strategy:
runOnce:
Expand Down Expand Up @@ -113,7 +116,8 @@ stages:
dependsOn: PublishPackage

pool:
vmImage: windows-2019
name: azsdk-pool-mms-win-2019-general
vmImage: MMS2019

strategy:
runOnce:
Expand Down Expand Up @@ -142,7 +146,8 @@ stages:
CIConfigs: "{'targets':[{'path_to_config':'bundlepackages/azure-dotnet-preview.csv','Mode':'Preview','content_folder':'api/overview/azure', 'suffix':'-pre'},{'path_to_config':'bundlepackages/azure-dotnet.csv','mode':'Latest','content_folder':'api/overview/azure'}]}"

pool:
vmImage: windows-2019
name: azsdk-pool-mms-win-2019-general
vmImage: MMS2019

strategy:
runOnce:
Expand Down Expand Up @@ -179,7 +184,8 @@ stages:
dependsOn: PublishPackage

pool:
vmImage: windows-2019
name: azsdk-pool-mms-win-2019-general
vmImage: MMS2019

strategy:
runOnce:
Expand All @@ -204,7 +210,8 @@ stages:
dependsOn: PublishPackage

pool:
vmImage: windows-2019
name: azsdk-pool-mms-win-2019-general
vmImage: MMS2019

strategy:
runOnce:
Expand Down Expand Up @@ -242,7 +249,8 @@ stages:
variables:
BlobFeedUrl: 'https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-net/index.json'
pool:
vmImage: windows-2019
name: azsdk-pool-mms-win-2019-general
vmImage: MMS2019
steps:
- checkout: none
- template: tools/clone-buildtools/clone-buildtools.yml@azure-sdk-build-tools
Expand Down

0 comments on commit 73a66a4

Please sign in to comment.