Skip to content

Add WindowsContainerImage definition - #953

Merged
Avery-Dunn merged 1 commit into
devfrom
avdunn/pipeline-fix
Aug 21, 2026
Merged

Add WindowsContainerImage definition#953
Avery-Dunn merged 1 commit into
devfrom
avdunn/pipeline-fix

Conversation

@Avery-Dunn

Copy link
Copy Markdown
Contributor

Unlike our other pipelines the MSAL Python pipeline didn't specify a WindowsContainerImage, leading to invalid reference format: repository name (library/$(WindowsContainerImage)) must be lowercase because $(WindowsContainerImage) was treated as a literal string instead of a variable.

Copilot AI lite review requested due to automatic review settings August 21, 2026 15:58
@Avery-Dunn
Avery-Dunn requested a review from a team as a code owner August 21, 2026 15:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Defines WindowsContainerImage for the publish pipeline so OneBranch templates can resolve $(WindowsContainerImage) correctly, preventing the variable from being treated as a literal string and causing an invalid container image reference.

Changes:

  • Add WindowsContainerImage to .Pipelines/pipeline-publish.yml variables.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@Avery-Dunn
Avery-Dunn merged commit f3b6792 into dev Aug 21, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants