Skip to content

[ci[ Fix old image#33422

Merged
rmarinho merged 3 commits intomainfrom
fix-old-image
Jan 8, 2026
Merged

[ci[ Fix old image#33422
rmarinho merged 3 commits intomainfrom
fix-old-image

Conversation

@rmarinho
Copy link
Member

@rmarinho rmarinho commented Jan 8, 2026

Description of Change

Update the release pipeline to use the correct image.
Add a new yml with correct name to replace on CI.

Copilot AI review requested due to automatic review settings January 8, 2026 09:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Azure DevOps pipeline configuration to fix an outdated image specification. The changes replace the deprecated image property with the correct demands property for specifying the Windows 2022 build agent image across multiple pipeline files.

Key Changes

  • Updated image specification from image: 1es-windows-2022 to demands: - ImageOverride -equals 1es-windows-2022 in existing pipeline files
  • Added a new ci-official-release.yml pipeline file with the correct image configuration

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
eng/pipelines/maui-release-internal.yml Updated VM_IMAGE_HOST parameter to use demands instead of deprecated image property
eng/pipelines/ci-official.yml Updated VM_IMAGE_HOST parameter to use demands instead of deprecated image property
eng/pipelines/ci-official-release.yml New release pipeline file with correct demands-based image configuration
Comments suppressed due to low confidence (2)

eng/pipelines/ci-official-release.yml:1

  • Remove trailing whitespace at the end of line 215.
    eng/pipelines/ci-official-release.yml:1
  • Remove trailing whitespace at the end of line 283.

@rmarinho rmarinho merged commit 3fe8d2c into main Jan 8, 2026
20 of 23 checks passed
@rmarinho rmarinho deleted the fix-old-image branch January 8, 2026 11:57
@github-actions github-actions bot locked and limited conversation to collaborators Feb 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants