Skip to content

Commit

Permalink
One-by-one
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Mar 15, 2019
1 parent df6b749 commit 9c388b4
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
- script: |
make releaseCI
>
mv $(ls *.zip | head -n1)
$(Build.ArtifactStagingDirectory)/$(ls *.zip | head -n1)
mv $(ls *.zip | head -n1) $(Build.ArtifactStagingDirectory)/$(ls *.zip | head -n1)
displayName: 'Build with armake'
- task: PublishBuildArtifacts@0
Expand All @@ -51,16 +49,7 @@ jobs:
- Build

steps:
- task: DownloadBuildArtifacts@0
inputs:
buildType: current
downloadType: single
artifactName: releaseZip
pathtoPublish: $(Build.ArtifactStagingDirectory)

- script: |
cd $(Build.ArtifactStagingDirectory)/releaseZip
>
curl -F 'zip=@$(ls *.zip | head -n1)'
-F 'accessToken=$(access.token)' $(access.url)
curl -F 'zip=@$(ls *.zip | head -n1)' -F 'accessToken=$(access.token)' $(access.url)
displayName: 'Upload files'

0 comments on commit 9c388b4

Please sign in to comment.