Skip to content

Commit

Permalink
Pin pester version to 5.5.0 (#8396)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Jun 7, 2024
1 parent e9db37b commit 90aeed6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/common/pipelines/templates/steps/run-pester-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ parameters:
default: ''

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 -Force
Install-Module -Name Pester -RequiredVersion 5.5.0 -Force
displayName: Install Pester
# default test steps
Expand Down

0 comments on commit 90aeed6

Please sign in to comment.