From 986b722b86d031871bb1d3bd978249dc65add018 Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Thu, 4 Nov 2021 16:49:19 +0100 Subject: [PATCH] Updated pipeline to Ubuntu 18.04 --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b62033308..1e1cdf692 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ stages: - job: Package_Module displayName: 'Package Module' pool: - vmImage: 'ubuntu-latest' + vmImage: 'ubuntu-18.04' steps: - task: GitVersion@5 name: gitVersion @@ -202,7 +202,7 @@ stages: - 'Test_Unit_2016' - 'Test_Unit_2019' pool: - vmImage: 'ubuntu-latest' + vmImage: 'ubuntu-18.04' timeoutInMinutes: 0 steps: - pwsh: | @@ -276,7 +276,7 @@ stages: - job: Deploy_Module displayName: 'Deploy Module' pool: - vmImage: 'ubuntu-latest' + vmImage: 'ubuntu-18.04' steps: - task: DownloadPipelineArtifact@2 displayName: 'Download Pipeline Artifact'