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

VMR: Use pipelineArtifact upload method for final join outputs #45221

Closed
wants to merge 1 commit into from

Conversation

akoeplinger
Copy link
Member

As far as I know we don't need to mutate these artifacts anymore so we can move to the recommended pipelineArtifact upload method.

We don't need to mutate these artifacts anymore so we can move to the recommended pipelineArtifact upload method.
@akoeplinger akoeplinger requested review from a team as code owners November 29, 2024 13:02
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Nov 29, 2024
Comment on lines +1392 to 1396
- output: pipelineArtifact
targetPath: $(Build.ArtifactStagingDirectory)/artifacts/MergedManifest.xml
artifactName: AssetManifests
displayName: Publish Merged Manifest
sbomEnabled: false
Copy link
Member

@ViktorHofer ViktorHofer Nov 29, 2024

Choose a reason for hiding this comment

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

Every job writes into the AssetManifests folder. Does that work with a pipeline artifact?

Copy link
Member Author

Choose a reason for hiding this comment

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

no they don't, we only write into the VerticalManifests artifact in the VMR build.

@akoeplinger
Copy link
Member Author

Pavel said he prefers keeping the step as is for now, it'll be changed later anyway.

@akoeplinger akoeplinger closed this Dec 2, 2024
@akoeplinger akoeplinger deleted the vmr-pipelineartifacts branch December 2, 2024 09:40
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