Skip to content

Conversation

@jkoritzinsky
Copy link
Member

Fixes #122968

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jan 8, 2026
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 issue #122968 by preventing the bootstrap build from overwriting the prebuilt usage tracking file used by the main product build. The change ensures that each build stage maintains separate tracking files.

Key Changes:

  • Adds a custom path for the prebuilt usage tracking file during bootstrap builds
  • Implements the fix consistently in both bash and PowerShell build scripts

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
eng/build.sh Sets custom tracking file path for bootstrap build via /p:TrackPrebuiltUsageReportFile parameter
eng/build.ps1 Sets custom tracking file path for bootstrap build via /p:TrackPrebuiltUsageReportFile parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Build overwrites bootstrap build's prebuilt-usage.xml report

2 participants