Pin pester version to 5.5.0 (#5703)

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-06-07 13:16:39 -04:00 committed by GitHub
parent 666e611153
commit fe18f39cb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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