microsoft / PSRule

Validate infrastructure as code (IaC) and objects using PowerShell rules.
https://microsoft.github.io/PSRule/v2/
MIT License
385 stars 49 forks source link

Update CI pipeline to use Pester v5 #478

Closed BernieWhite closed 2 years ago

BernieWhite commented 4 years ago

Pester v5 has just been released and introduced a number of breaking changes. These changes are not compatible with the current pipeline configuration.

For the moment Pester v4 will be used, however it should be upgraded to v5 at some time in the future.

ArmaanMcleod commented 2 years ago

@BernieWhite Can assign this to me. I can migrate the pester tests to v5 just like in PSRule.Rules.Azure 🙂

BernieWhite commented 2 years ago

@ArmaanMcleod Thanks Armaan.