From cc514dec7059b2f13a04130a57c02ae7ca154097 Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Sun, 14 Jun 2020 12:57:43 +1200 Subject: [PATCH] Pin Pester to 4.10.1 --- CHANGELOG.md | 2 ++ RequiredModules.psd1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bb3805..d89c7b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated to use the common module _DscResource.Common_ - Fixes [Issue #327](https://github.com/dsccommunity/ComputerManagementDsc/issues/327). - Fixed build failures caused by changes in `ModuleBuilder` module v1.7.0 by changing `CopyDirectories` to `CopyPaths` - Fixes [Issue #332](https://github.com/dsccommunity/ComputerManagementDsc/issues/332). + - Pin `Pester` module to 4.10.1 because Pester 5.0 is missing code + coverage - Fixes [Issue #336](https://github.com/dsccommunity/ComputerManagementDsc/issues/336). ## [8.2.0] - 2020-05-05 diff --git a/RequiredModules.psd1 b/RequiredModules.psd1 index 50ba674e..2d31193f 100644 --- a/RequiredModules.psd1 +++ b/RequiredModules.psd1 @@ -9,7 +9,7 @@ InvokeBuild = 'latest' PSScriptAnalyzer = 'latest' - Pester = 'latest' + Pester = '4.10.1' Plaster = 'latest' ModuleBuilder = 'latest' ChangelogManagement = 'latest'