Skip to content

Commit

Permalink
More azure, this is taking all day.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hamlin committed Apr 28, 2019
1 parent 6896dc7 commit f0561f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/azure-publish-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ steps:
- task: ArchiveFiles@2
displayName: Gather assets ${{ parameters.name }}
inputs:
rootFolderOrFile: $(Build.ArtifactStagingDirectory)
archiveType: 'tar'
tarCompression: 'gz'
archiveFile: 'qrgen-macOS.tar.gz'
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)'
archiveType: 'zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/qrgen-macOS.tar.gz'
- task: PublishPipelineArtifact@0
inputs:
artifactName: ${{ parameters.name }}
Expand Down

0 comments on commit f0561f2

Please sign in to comment.