Skip to content

Conversation

@TravisEz13
Copy link
Member

Summary

This PR fixes an incorrect template path reference in the Windows package build template.

Issue

The package.yml template was referencing
ebuild-branch-check.yml@self with a relative path, which caused the pipeline to fail with:

File /.pipelines/templates/packaging/windows/rebuild-branch-check.yml not found in repository

Fix

Changed the template reference from:
`yaml

  • template: rebuild-branch-check.yml@self
    `

to:
`yaml

  • template: /.pipelines/templates/rebuild-branch-check.yml@self
    `

This uses an absolute path from the repository root, consistent with other template references in the file.

Testing

This fix resolves the pipeline error and allows the Windows packaging pipeline to run successfully.

@TravisEz13 TravisEz13 requested review from a team and jshigetomi as code owners November 11, 2025 22:16
Copilot AI review requested due to automatic review settings November 11, 2025 22:16
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 fixes a template path reference in the Windows packaging pipeline by correcting the path to rebuild-branch-check.yml from a relative path to an absolute path from the repository root.

  • Changes the template reference from a relative path (rebuild-branch-check.yml@self) to an absolute path (/.pipelines/templates/rebuild-branch-check.yml@self)
  • Aligns the template reference with the pattern used for other template includes in the same file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI commented Nov 11, 2025

@TravisEz13 I've opened a new pull request, #26426, to work on those changes. Once the pull request is ready, I'll request review from you.

@TravisEz13 TravisEz13 added CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log BackPort-7.4.x-Consider BackPort-7.5.x-Consider BackPort-7.6.x-Consider labels Nov 11, 2025
@TravisEz13 TravisEz13 merged commit d412f04 into master Nov 12, 2025
44 of 45 checks passed
@TravisEz13 TravisEz13 deleted the fix-rebuild-branch-check-template-path branch November 12, 2025 17:00
TravisEz13 added a commit to TravisEz13/PowerShell that referenced this pull request Nov 12, 2025
adityapatwardhan pushed a commit to adityapatwardhan/PowerShell that referenced this pull request Dec 2, 2025
adityapatwardhan pushed a commit to adityapatwardhan/PowerShell that referenced this pull request Dec 5, 2025
adityapatwardhan pushed a commit to adityapatwardhan/PowerShell that referenced this pull request Dec 5, 2025
SIRMARGIN pushed a commit to SIRMARGIN/PowerShell that referenced this pull request Dec 12, 2025
kilasuit pushed a commit to kilasuit/PowerShell that referenced this pull request Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport-7.4.x-Migrated BackPort-7.5.x-Consider Backport-7.6.x-Migrated CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants