Skip to content

Conversation

@bewithgaurav
Copy link
Collaborator

This pull request updates the FolderLocation value in the official-release-pipeline.yml file to improve the accuracy of the build process by using the correct directory variable.

Pipeline configuration update:

  • eng/pipelines/official-release-pipeline.yml: Changed the FolderLocation from $(System.DefaultWorkingDirectory)/dist to $(Build.SourcesDirectory)/dist to ensure the correct directory is used during the release pipeline.

Copilot AI review requested due to automatic review settings May 15, 2025 16:07
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 aims to correct the configured folder path for distribution artifacts in the official release pipeline by switching from System.DefaultWorkingDirectory to Build.SourcesDirectory.

  • Updated the commented‐out FolderLocation to reference $(Build.SourcesDirectory)/dist
  • Ensures the pipeline uses the intended source directory for the dist folder

@sumitmsft sumitmsft merged commit d315f08 into main May 15, 2025
3 of 4 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