Pipeline build fix : Converting the yml path reference to relative - #4301
Merged
Anandraj (mganandraj) merged 1 commit intoSep 1, 2026
Merged
Conversation
Anandraj (mganandraj)
marked this pull request as ready for review
September 1, 2026 21:38
There was a problem hiding this comment.
🟢 Approval recommended
The change is a small, low-risk path correction and the referenced template file exists at the resolved location.
Pull request overview
Updates the Azure DevOps publish pipeline to reference a variables template using a relative path, resolving template lookup issues caused by the previous path format.
Changes:
- Adjusts the
variablestemplate include from.ado/templates/...totemplates/...so it resolves correctly from.ado/azure-pipelines.publish.yml. - Keeps the referenced template file location unchanged (
.ado/templates/readonly-variables.yml), aligning the include with the file’s directory structure.
File summaries
| File | Description |
|---|---|
.ado/azure-pipelines.publish.yml |
Fixes the - template: path so the pipeline can locate .ado/templates/readonly-variables.yml via a relative reference. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Anandraj (mganandraj)
enabled auto-merge (squash)
September 1, 2026 21:41
Contributor
Bundle size reportTree-shaken production Metro bundles. Component costs are relative to their platform shell; shell costs are absolute.
The job is advisory: size changes are reported but do not fail the pull request. Bundle or analysis errors still fail. |
Saad Najmi (Saadnajmi)
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Platforms Impacted
Description of changes
(a summary of the changes made, often organized by file)
Verification
(how the change was tested, including both manual and automated tests)
Pull request checklist
This PR has considered (when applicable):