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

Go back further to buildartifacts #47267

Merged
merged 2 commits into from
Mar 5, 2025
Merged

Conversation

mmitche
Copy link
Member

@mmitche mmitche commented Mar 5, 2025

Publishing doesn't like the pipeline artifacts entirely, yet:

dotnet/arcade#15590

@Copilot Copilot bot review requested due to automatic review settings March 5, 2025 00:03
@mmitche mmitche requested review from a team as code owners March 5, 2025 00:03
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Mar 5, 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 titled "Go back further to buildartifacts" updates the artifact publishing configuration in the VM build stage.

  • Changes the output key from "pipelineArtifact" to "buildArtifacts".
  • Updates the keys for publishing artifacts including renaming "path" to "PathtoPublish" and modifying the artifact name.

Reviewed Changes

File Description
eng/pipelines/templates/stages/vmr-build.yml Modified artifact publishing configuration to use "buildArtifacts" and update related parameter names.

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

Comments suppressed due to low confidence (2)

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

  • ArtifactName for package artifacts appears to be set to 'BlobArtifacts', which might be incorrect; consider using 'PackageArtifacts' if that is the intended artifact name for this stage.
ArtifactName: BlobArtifacts

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

  • [nitpick] Consider renaming 'PathtoPublish' to 'pathToPublish' to align with common camelCase naming conventions used in YAML pipelines.
PathtoPublish: $(Build.ArtifactStagingDirectory)/artifacts/packages
artifact: PackageArtifacts
- output: buildArtifacts
PathtoPublish: $(Build.ArtifactStagingDirectory)/artifacts/packages
ArtifactName: BlobArtifacts
Copy link
Member

Choose a reason for hiding this comment

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

this should be PackageArtifacts right?

@mmitche mmitche merged commit 05b67f7 into dotnet:main Mar 5, 2025
39 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.

3 participants