From 24043d3a26d63761d1962494e614722cfcb0472f Mon Sep 17 00:00:00 2001 From: Nick Ellis Date: Wed, 14 Sep 2022 14:25:53 -0400 Subject: [PATCH] Updating pipeline --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a8ef738..4404e30 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ stages: - job: Package_Module displayName: 'Package Module' pool: - vmImage: 'ubuntu 18.04' + vmImage: 'ubuntu 20.04' steps: - pwsh: | dotnet tool install --global GitVersion.Tool @@ -157,7 +157,7 @@ stages: displayName: 'Publish Code Coverage' dependsOn: Test_Unit pool: - vmImage: 'ubuntu 18.04' + vmImage: 'ubuntu 20.04' timeoutInMinutes: 0 steps: - pwsh: | @@ -207,7 +207,7 @@ stages: - job: Deploy_Module displayName: 'Deploy Module' pool: - vmImage: 'ubuntu 18.04' + vmImage: 'ubuntu 20.04' steps: - task: DownloadBuildArtifacts@0 displayName: 'Download Build Artifact'