From 18d3906fb57de8fb35a911a6ddc97d286161d47a Mon Sep 17 00:00:00 2001 From: Chris Hill Date: Thu, 26 Jan 2023 10:27:36 +0000 Subject: [PATCH] Pin build image to Ubuntu 20.04 - fixes #127 --- CHANGELOG.md | 1 + azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a51c921..1a993df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 images - Fixes [Issue #122](https://github.com/dsccommunity/DFSDsc/issues/122). - Updated pipeline unit tests and integration tests to use Windows Server 2019 and Windows Server 2022 images - Fixes [Issue #122](https://github.com/dsccommunity/DFSDsc/issues/122). +- Temporarily pinned build image to Ubuntu 20.04 - Fixes [Issue #127](https://github.com/dsccommunity/DFSDsc/issues/127). ### Fixed diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f97f02..2d215d8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ stages: - job: Package_Module displayName: 'Package Module' pool: - vmImage: 'ubuntu-latest' + vmImage: 'ubuntu-20.04' steps: - pwsh: | dotnet tool install --global GitVersion.Tool