Skip to content

Commit

Permalink
Use PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jun 22, 2019
1 parent 35a67ea commit 80ac95a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
make releaseCI
displayName: 'Build with armake'
- bash: |
ls *.tar.gz | head -n1
mv $(ls *.tar.gz | head -n1) $(Build.ArtifactStagingDirectory)/$(ls *.tar.gz | head -n1)
- powershell: |
ls *.tar.gz
mv (ls *.tar.gz).Name $(Build.ArtifactStagingDirectory)
ls $(Build.ArtifactStagingDirectory)
displayName: 'Move tar to Artifact Directory'
Expand Down

0 comments on commit 80ac95a

Please sign in to comment.