File tree 3 files changed +12
-4
lines changed 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [ Unreleased]
7
7
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
+
8
16
## [ 9.1.0] - 2020-02-19
9
17
10
18
### Changed
Original file line number Diff line number Diff line change 1
1
@ {
2
2
# Set up a mini virtual environment...
3
- PSDependOptions = @ {
3
+ PSDependOptions = @ {
4
4
AddToPath = $true
5
5
Target = ' output\RequiredModules'
6
6
Parameters = @ {
7
7
}
8
8
}
9
9
10
- invokeBuild = ' latest'
10
+ InvokeBuild = ' latest'
11
11
PSScriptAnalyzer = ' latest'
12
- pester = ' latest '
12
+ Pester = ' 4.10.1 '
13
13
Plaster = ' latest'
14
14
ModuleBuilder = ' latest'
15
15
ChangelogManagement = ' latest'
Original file line number Diff line number Diff line change 2
2
# ###################################################
3
3
# ModuleBuilder Configuration #
4
4
# ###################################################
5
- CopyDirectories :
5
+ CopyPaths :
6
6
- en-US
7
7
- DSCResources
8
8
- Modules
You can’t perform that action at this time.
0 commit comments