Skip to content

Commit cd1725e

Browse files
Sync eng/common directory with azure-sdk-tools for PR 8457 (#36113)
* Update macos image from 11 to latest * unpin pester now that 5.6.0 is on the agent --------- Co-authored-by: Wes Haggard <[email protected]>
1 parent c51ac91 commit cd1725e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stages:
2929
Image: ubuntu-22.04
3030
Mac:
3131
Pool: Azure Pipelines
32-
Image: macos-11
32+
Image: macos-latest
3333

3434
pool:
3535
name: $(Pool)

eng/common/pipelines/templates/steps/run-pester-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ parameters:
1313

1414
steps:
1515

16-
# Lock Pester to 5.5.0. The reason being is that the signing of 5.6.0 is different and Windows complains.
17-
# The tracking issue: https://github.com/Azure/azure-sdk-tools/issues/8395
1816
- pwsh: |
19-
Install-Module -Name Pester -RequiredVersion 5.5.0 -Force
17+
Install-Module -Name Pester -Force
2018
displayName: Install Pester
2119
2220
# default test steps

0 commit comments

Comments
 (0)