Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1ES pools update for release pipeline #18267

Merged
merged 1 commit into from
Jan 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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