Skip to content

Commit

Permalink
Maybe fixed it?
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Mar 15, 2019
1 parent 451e681 commit 8887e9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
mv $(ls *.zip | head -n1) $(Build.ArtifactStagingDirectory)/$(ls *.zip | head -n1)
displayName: 'Build with armake'
- task: PublishBuildArtifacts@0
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)
artifactName: releaseZip

- job: Release

dependsOn:
Expand Down

0 comments on commit 8887e9a

Please sign in to comment.