Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jun 22, 2019
1 parent d51a104 commit 35a67ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- bash: |
ls *.tar.gz | head -n1
mv $(ls *.tar.gz | head -n1) $(Build.ArtifactStagingDirectory)
mv $(ls *.tar.gz | head -n1) $(Build.ArtifactStagingDirectory)/$(ls *.tar.gz | head -n1)
ls $(Build.ArtifactStagingDirectory)
displayName: 'Move tar to Artifact Directory'
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 35a67ea

Please sign in to comment.