Move nested VMR artifacts to root (#19301)

This commit is contained in:
Ella Hathaway 2024-04-03 13:30:18 -07:00 committed by GitHub
parent 04b8e88747
commit 85f1744cd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,6 +74,10 @@ jobs:
patterns: '**/Private.SourceBuilt.Artifacts.+([0-9]).+([0-9]).+([0-9])?(-@(alpha|preview|rc|rtm)*).${{ parameters.targetRid }}.tar.gz'
displayName: Download Source Built Artifacts
- script: |
find $(Pipeline.Workspace)/Artifacts -type f -exec mv {} $(Pipeline.Workspace)/Artifacts \;
displayName: Move Artifacts to root
- script: |
platform="linux"
if [[ ${{ parameters.targetRid }} =~ "alpine" ]]; then