-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Use correct name for AZL3 build image #124170
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
Conversation
The other one is an internal temporary identifier.
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.
Pull request overview
Updates the Azure DevOps pool demand strings in the shared “evaluate paths” job to use the correct (non-temporary) Azure Linux 3 build image identifiers, ensuring the job is scheduled onto the intended AZL3 agents in both public and internal pipelines.
Changes:
- Update public build pool
ImageOverridedemand fromAzure-Linux-3-Amd64-Publictobuild.azurelinux.3.amd64.open. - Update internal build pool
ImageOverridedemand fromAzure-Linux-3-Amd64tobuild.azurelinux.3.amd64.
|
/ba-g fast merge to save CI resources, Evaluate Paths job passed |
|
/backport to release/10.0 |
|
Started backporting to |
Backport of #124170 to release/10.0 /cc @akoeplinger ## Customer Impact - [ ] Customer reported - [x] Found internally This is a CI only change. ## Regression - [ ] Yes - [x] No [If yes, specify when the regression was introduced. Provide the PR or commit if known.] ## Testing CI testing. ## Risk None. **IMPORTANT**: If this backport is for a servicing release, please verify that: - For .NET 8 and .NET 9: The PR target branch is `release/X.0-staging`, not `release/X.0`. - For .NET 10+: The PR target branch is `release/X.0` (no `-staging` suffix). ## Package authoring no longer needed in .NET 9 **IMPORTANT**: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version. Keep in mind that we still need package authoring in .NET 8 and older versions. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
The other one is an internal temporary identifier.