Skip to content
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
5 changes: 2 additions & 3 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ extends:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-arm-alpine
ubuntu2204DebPkg:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sourceBuildManagedContainer uses the same image as the existing centosStream9 container. If nothing specifically requires this extra alias, consider removing it (or switching any consumers to centosStream9) to avoid having to update the CentOS Stream 9 image tag in multiple places. If it is required by an external template, adding a short comment explaining why this separate name is needed would help prevent accidental cleanup later.

Suggested change
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
# Alias required by source-build templates; intentionally uses same image as centosStream9.

Copilot uses AI. Check for mistakes.
sourceBuildManagedContainer:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
sdl:
sourceAnalysisPool:
name: $(DncEngInternalBuildPool)
Expand All @@ -88,9 +90,6 @@ extends:
componentgovernance:
# Refdoc: https://docs.opensource.microsoft.com/tools/cg/component-detection/variables/
ignoreDirectories: artifacts, .packages
containers:
sourceBuildManagedContainer:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9

stages:
############### BUILD STAGE ###############
Expand Down
Loading