Skip to content

Commit 90aeed6

Browse files
authored
Pin pester version to 5.5.0 (#8396)
1 parent e9db37b commit 90aeed6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ parameters:
1212
default: ''
1313

1414
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
1518
- pwsh: |
16-
Install-Module -Name Pester -Force
19+
Install-Module -Name Pester -RequiredVersion 5.5.0 -Force
1720
displayName: Install Pester
1821
1922
# default test steps

0 commit comments

Comments
 (0)