Skip to content

Commit

Permalink
Also keep the .deb package as an artifact from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Mar 15, 2020
1 parent 5d4f451 commit 2e14bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- script: yarn run package-linux --version=$(git describe --tags)
displayName: "yarn run package-linux"
- script: cp $(Build.SourcesDirectory)/build_tmp/*.zip $(Build.ArtifactStagingDirectory)
- script: cp $(Build.SourcesDirectory)/build_tmp/*.deb $(Build.ArtifactStagingDirectory)
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'Linux build output'
Expand Down

0 comments on commit 2e14bf6

Please sign in to comment.