Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Use pipeline artifacts for final artifacts" #47233

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

mmitche
Copy link
Member

@mmitche mmitche commented Mar 3, 2025

This reverts part of commit 15e448c.

Unfortunately, the final push to BAR will attempt to generate the merged manifest to put in BlobArtifacts. Meaning that if we use pipeline artifacts for it, we can't upload to BAR, it will fail. Switch back to build artifacts for blobArtifacts. leave for pipeline and asset manifests.

@Copilot Copilot bot review requested due to automatic review settings March 3, 2025 22:50
@mmitche mmitche requested review from a team as code owners March 3, 2025 22:50
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Mar 3, 2025

Choose a reason for hiding this comment

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

PR Overview

This PR reverts a previous change that used pipeline artifacts for final artifacts, switching back to using build artifacts for BlobArtifacts to ensure successful uploads to BAR.

  • Reverts the artifact configuration for BlobArtifacts from pipelineArtifact back to buildArtifacts.
  • Adjusts the relevant YAML keys to support the build artifact configuration.

Reviewed Changes

File Description
eng/pipelines/templates/stages/vmr-build.yml Reverts the artifact configuration for BlobArtifacts from pipelineArtifact to buildArtifacts.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

eng/pipelines/templates/stages/vmr-build.yml:925

  • [nitpick] Consider renaming 'PathtoPublish' to 'pathToPublish' to align with common YAML key naming conventions.
PathtoPublish: $(Build.ArtifactStagingDirectory)/artifacts/assets
@mmitche mmitche enabled auto-merge (squash) March 3, 2025 23:38
@mmitche mmitche merged commit afaf05b into dotnet:main Mar 4, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants