Uh oh!
There was an error while loading. Please reload this page.
Migrate Windows build pools from VS2026 preview scout to production VS2026 image - #124902
Conversation
Co-authored-by: akoeplinger <1376924+akoeplinger@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR migrates Windows build agent pools from the Visual Studio 2026 Preview Scout image to the stable production VS2026 image across the runtime repository's pipeline configuration files. The migration standardizes the build infrastructure by removing preview/scout image references and adopting the production-ready image names that follow the established naming convention for internal (windows.vs2026.amd64) and public (windows.vs2026.amd64.open) build pools.
Changes:
- Updated image references from
windows.vs2026preview.scout.amd64[.open]towindows.vs2026.amd64[.open] - Applied consistently across official builds, public builds, and stress/fuzzing test pipelines
- Affects all Windows-based pipeline jobs in the runtime repository
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
eng/pipelines/common/xplat-setup.yml | Updated both official (internal) and public Windows build pool image references to production VS2026 |
eng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml | Migrated OneFuzz fuzzing deployment job to production VS2026 internal image |
eng/pipelines/libraries/stress/ssl.yml | Updated SSL stress test Windows job to production VS2026 public image |
eng/pipelines/libraries/stress/http.yml | Updated HTTP stress test Windows job to production VS2026 public image |
Uh oh!
There was an error while loading. Please reload this page.
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Switches all Windows agent pool image references from the VS2026 Preview Scout image to the stable production VS2026 image.
Description
windows.vs2026preview.scout.amd64→windows.vs2026.amd64windows.vs2026preview.scout.amd64.open→windows.vs2026.amd64.openFiles updated:
eng/pipelines/common/xplat-setup.yml— official and public Windows build poolseng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml— fuzzing job pooleng/pipelines/libraries/stress/ssl.yml— SSL stress test pooleng/pipelines/libraries/stress/http.yml— HTTP stress test poolOriginal prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.