Pin pester version to 5.5.0 (#5703)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
This commit is contained in:
parent
666e611153
commit
fe18f39cb3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user