From 94e55945addf15fb05b2b8f875f38d3e4447f9c8 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Thu, 24 Aug 2023 14:08:32 +0200 Subject: [PATCH] ActiveDirectoryDsc: Use windows-latest for build (#700) --- CHANGELOG.md | 2 ++ azure-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60482004..142527eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md) ### Changed +- ActiveDirectoryDsc + - Move CI/CD build step to using build worker image `windows-latest`. - ActiveDirectoryDsc.Common - Created Get-DomainObject to wrap Get-ADDomain with common retry logic. - ADDomainController diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9dbbc8ef..41c5d389 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ stages: - job: Package_Module displayName: 'Package Module' pool: - vmImage: 'ubuntu-latest' + vmImage: 'windows-latest' steps: - pwsh: | dotnet tool install --global GitVersion.Tool