Skip to content

Commit 4bf1090

Browse files
Pin pester version to 5.5.0 (#40551)
Co-authored-by: James Suplizio <[email protected]>
1 parent 5f0635a commit 4bf1090

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)