v0.20.0-preview0002
Pre-release
Pre-release
[v0.20.0-preview0002]
Fixed
Fail_Build_If_HQRM_Tests_Failednow fails the build when the Pester run
reports failed blocks or failed containers (for example a discovery failure
such as an empty-ForEach), not only whenFailedCountis greater than zero.
Such container/discovery failures leaveFailedCountat0, so the previous
gate let them pass as a green build. The task now gates on the PesterResult
property, matching the check already used inInvoke_HQRM_Tests.- Added tag
AllowSuppressMessageAttributeto testShould not suppress the required ruleto allow usage ofSuppressMessageAttribute#135.