Skip to content

Commit

Permalink
Build on a later Ubuntu to get a most recent dpkg-deb
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Mar 15, 2020
1 parent b41bce7 commit 5d4f451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- job: commands_zip
displayName: "Build commands.zip"
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-18.04'
steps:
- script: env
- script: echo Build.SourceBranch $(Build.SourceBranch)
Expand All @@ -34,7 +34,7 @@ jobs:
- job: package_linux
displayName: "Build Linux packages"
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-18.04'
steps:
- task: NodeTool@0
inputs:
Expand Down

0 comments on commit 5d4f451

Please sign in to comment.