From 32cc356564a84c4aa91ae7397058aba67a8c7c43 Mon Sep 17 00:00:00 2001 From: Fabio Reis Date: Wed, 7 Jul 2021 16:14:01 +0900 Subject: [PATCH] updating ubuntu to lts version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aef91f9..eddab5a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ variables: jobs: - job: deploy_prod pool: - vmImage: 'Ubuntu-16.04' + vmImage: 'Ubuntu-20.04' condition: eq(variables['Build.SourceBranch'], 'refs/heads/master') steps: - task: NodeTool@0