Move nested VMR artifacts to root (#19301)
This commit is contained in:
parent
04b8e88747
commit
85f1744cd6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue