From 2c87281485c58cdf0fd204a2486a6743ca45eb0b Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 17 Jun 2024 09:38:49 -0700 Subject: [PATCH 1/2] Update macos image from 11 to latest --- .../pipelines/templates/stages/archetype-sdk-tool-pwsh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml b/eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml index a2d51dd1d215..e068fbd1d7b8 100644 --- a/eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml +++ b/eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml @@ -29,7 +29,7 @@ stages: Image: ubuntu-22.04 Mac: Pool: Azure Pipelines - Image: macos-11 + Image: macos-latest pool: name: $(Pool) From 7e2e20932050a0b9fdf2c1eb31dafd98d77fa684 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 17 Jun 2024 09:53:31 -0700 Subject: [PATCH 2/2] unpin pester now that 5.6.0 is on the agent --- eng/common/pipelines/templates/steps/run-pester-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eng/common/pipelines/templates/steps/run-pester-tests.yml b/eng/common/pipelines/templates/steps/run-pester-tests.yml index 036bcbcae3e6..6c1039ce343e 100644 --- a/eng/common/pipelines/templates/steps/run-pester-tests.yml +++ b/eng/common/pipelines/templates/steps/run-pester-tests.yml @@ -13,10 +13,8 @@ parameters: steps: - # Lock Pester to 5.5.0. The reason being is that the signing of 5.6.0 is different and Windows complains. - # The tracking issue: https://github.com/Azure/azure-sdk-tools/issues/8395 - pwsh: | - Install-Module -Name Pester -RequiredVersion 5.5.0 -Force + Install-Module -Name Pester -Force displayName: Install Pester # default test steps