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

Upgrade Ubuntu image for Template Engine pipeline to 2204 #36503

Merged
merged 3 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pr:
- release/*
- internal/release/*


variables:
- name: teamName
value: Roslyn-Project-System
Expand Down
10 changes: 5 additions & 5 deletions eng/template-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:

- template: /eng/build.yml
parameters:
agentOs: Ubuntu_20_04_TemplateEngine
agentOs: Ubuntu_22_04_TemplateEngine
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals 1es-ubuntu-2004-open
demands: ImageOverride -equals build.ubuntu.2204.amd64.open
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals 1es-ubuntu-2004
demands: ImageOverride -equals build.ubuntu.2204.amd64
${{ if eq(variables['System.TeamProject'], 'public') }}:
helixTargetQueue: 'ubuntu.2004[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-amd64'
helixTargetQueue: 'ubuntu.2204[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-amd64'
${{ if ne(variables['System.TeamProject'], 'public') }}:
helixTargetQueue: Ubuntu.2004.Amd64
helixTargetQueue: Ubuntu.2204.Amd64
strategy:
matrix:
Build_Release:
Expand Down