From b7b9ab04af977380dd21683b22d7eb0d2c3da50e Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:54:06 -0400 Subject: [PATCH] Sync eng/common directory with azure-sdk-tools for PR 8457 (#5722) * Update macos image from 11 to latest * unpin pester now that 5.6.0 is on the agent --------- Co-authored-by: Wes Haggard --- .../pipelines/templates/stages/archetype-sdk-tool-pwsh.yml | 2 +- eng/common/pipelines/templates/steps/run-pester-tests.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 a2d51dd1d..e068fbd1d 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) diff --git a/eng/common/pipelines/templates/steps/run-pester-tests.yml b/eng/common/pipelines/templates/steps/run-pester-tests.yml index 036bcbcae..6c1039ce3 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