From 5d4f451d5888ddccb3d0073929f8c60ab93dec73 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Sun, 15 Mar 2020 23:09:37 +0100 Subject: [PATCH] Build on a later Ubuntu to get a most recent dpkg-deb --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cde3bbd99..70b8f1b66 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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) @@ -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: