-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update EOL versions #72623
Update EOL versions #72623
Conversation
pool: | ||
${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')] | ||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open | ||
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why here it's 2204 and above it's 2004?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The intended pattern is:
- For raw VM usage, use oldest supported Ubuntu
- For container-based testing, use the newest (for the host VM)
Co-authored-by: Michael Simons <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SB changes LGTM
No description provided.