Skip to content

Pipeline build fix : Converting the yml path reference to relative - #4301

Merged
Anandraj (mganandraj) merged 1 commit into
mainfrom
user/anandrag/Pipeline_Build_Fix_ReadOnlyVariables_Yaml
Sep 1, 2026
Merged

Pipeline build fix : Converting the yml path reference to relative#4301
Anandraj (mganandraj) merged 1 commit into
mainfrom
user/anandrag/Pipeline_Build_Fix_ReadOnlyVariables_Yaml

Conversation

@mganandraj

Copy link
Copy Markdown
Contributor

Platforms Impacted

  • iOS
  • macOS
  • win32 (Office)
  • windows
  • android

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)

Before After
Screenshot or description before this change Screenshot or description with this change

Pull request checklist

This PR has considered (when applicable):

  • Automated Tests
  • Documentation and examples
  • Keyboard Accessibility
  • Voiceover
  • Internationalization and Right-to-left Layouts

@mganandraj
Anandraj (mganandraj) marked this pull request as ready for review September 1, 2026 21:38
@mganandraj Anandraj (mganandraj) changed the title Pipeline build fix : Converting the yml patch reference to relative Pipeline build fix : Converting the yml path reference to relative Sep 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 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 variables template include from .ado/templates/... to templates/... 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.

@mganandraj
Anandraj (mganandraj) enabled auto-merge (squash) September 1, 2026 21:41
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bundle size report

Tree-shaken production Metro bundles. Component costs are relative to their platform shell; shell costs are absolute.

Platform Scenario Baseline cost Current cost Cost delta Change Gzip delta Module delta
macos shell 801.3 KiB 801.3 KiB 0.0 KiB 0.00% 0.0 KiB +0
macos components-button 50.1 KiB 50.2 KiB +0.2 KiB +0.34% +0.0 KiB +2
macos components-catalog 267.3 KiB 273.7 KiB +6.4 KiB +2.38% +2.3 KiB +9
macos design-theme-state 33.3 KiB 33.4 KiB +0.1 KiB +0.40% +0.1 KiB +2
macos design-color-lib 7.1 KiB 7.1 KiB 0.0 KiB 0.00% 0.0 KiB +0
macos design-theme-state-legacy-source 35.3 KiB 35.5 KiB +0.1 KiB +0.38% +0.0 KiB +2
macos design-legacy-theme-from-flex 100.2 KiB 100.4 KiB +0.1 KiB +0.13% +0.1 KiB +2
windows shell 810.2 KiB 810.2 KiB 0.0 KiB 0.00% 0.0 KiB +0
windows components-button 50.0 KiB 50.2 KiB +0.2 KiB +0.34% +0.0 KiB +2
windows components-catalog 267.0 KiB 273.4 KiB +6.4 KiB +2.38% +2.3 KiB +9
windows design-theme-state 33.2 KiB 33.3 KiB +0.1 KiB +0.41% +0.1 KiB +2
windows design-color-lib 7.1 KiB 7.1 KiB 0.0 KiB 0.00% 0.0 KiB +0
windows design-theme-state-legacy-source 35.3 KiB 35.4 KiB +0.1 KiB +0.38% +0.0 KiB +2
windows design-legacy-theme-from-flex 100.0 KiB 100.1 KiB +0.1 KiB +0.13% +0.1 KiB +2

The job is advisory: size changes are reported but do not fail the pull request. Bundle or analysis errors still fail.


View bundle-size workflow run

@mganandraj
Anandraj (mganandraj) merged commit e55883b into main Sep 1, 2026
18 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