We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51ac91 commit cd1725eCopy full SHA for cd1725e
eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml
@@ -29,7 +29,7 @@ stages:
29
Image: ubuntu-22.04
30
Mac:
31
Pool: Azure Pipelines
32
- Image: macos-11
+ Image: macos-latest
33
34
pool:
35
name: $(Pool)
eng/common/pipelines/templates/steps/run-pester-tests.yml
@@ -13,10 +13,8 @@ parameters:
13
14
steps:
15
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
18
- pwsh: |
19
- Install-Module -Name Pester -RequiredVersion 5.5.0 -Force
+ Install-Module -Name Pester -Force
20
displayName: Install Pester
21
22
# default test steps
0 commit comments