Skip to content

Conversation

@jkoritzinsky
Copy link
Member

Download the asset manifests from all artifacts in v4 and publish the merged manifest to the AssetManifests artifact

To double check:

… merged manifest to the AssetManifests artifact
@jkoritzinsky jkoritzinsky requested a review from mmitche May 27, 2025 21:05
Comment on lines +102 to +110
- task: CopyFiles@2
displayName: Copy V4 asset manifests to AssetManifests
inputs:
SourceFolder: '$(Build.StagingDirectory)/AllAssetManifests'
Contents: ${{ parameters.assetManifestsPattern }}
TargetFolder: '$(Build.StagingDirectory)/AssetManifests'
flattenFolders: true
condition: ${{ parameters.condition }}
continueOnError: ${{ parameters.continueOnError }}
Copy link
Member Author

Choose a reason for hiding this comment

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

We need a separate CopyFiles task to allow the user to specify a minimatch pattern for which asset manifests to publish (works around https://developercommunity.visualstudio.com/t/DownloadPipelineArtifact2s-itemPattern/10908414)

@mmitche mmitche merged commit 69b8668 into dotnet:main May 29, 2025
11 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.

2 participants