File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
66## [ Unreleased]
77
8+ ### Fixed
9+
10+ - xPSDesiredStateConfiguration
11+ - Fixed build failures caused by changes in ` ModuleBuilder ` module v1.7.0
12+ by changing ` CopyDirectories ` to ` CopyPaths ` - Fixes [ Issue #687 ] ( https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/687 ) .
13+ - Pin ` Pester ` module to 4.10.1 because Pester 5.0 is missing code
14+ coverage - Fixes [ Issue #688 ] ( https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/688 ) .
15+
16+ ## [ 9.1.0] - 2020-02-19
17+
818### Changed
919
1020- Examples
Original file line number Diff line number Diff line change 11@ {
22 # Set up a mini virtual environment...
3- PSDependOptions = @ {
3+ PSDependOptions = @ {
44 AddToPath = $true
55 Target = ' output\RequiredModules'
66 Parameters = @ {
77 }
88 }
99
10- invokeBuild = ' latest'
10+ InvokeBuild = ' latest'
1111 PSScriptAnalyzer = ' latest'
12- pester = ' latest '
12+ Pester = ' 4.10.1 '
1313 Plaster = ' latest'
1414 ModuleBuilder = ' latest'
1515 ChangelogManagement = ' latest'
Original file line number Diff line number Diff line change 22# ###################################################
33# ModuleBuilder Configuration #
44# ###################################################
5- CopyDirectories :
5+ CopyPaths :
66 - en-US
77 - DSCResources
88 - Modules
You can’t perform that action at this time.
0 commit comments