22# ###################################################
33# ModuleBuilder Configuration #
44# ###################################################
5- CopyDirectories :
5+ CopyPaths :
66 - en-US
77 - DSCResources
88 - Modules
99Encoding : UTF8
1010VersionedOutputDirectory : true
1111
12+ # ###################################################
13+ # ModuleBuilder Dependent Modules Configuration #
14+ # ###################################################
15+
16+ NestedModule :
17+ DscResource.Common :
18+ CopyOnly : true
19+ Path : ./output/RequiredModules/DscResource.Common
20+ AddToManifest : false
21+ Exclude : PSGetModuleInfo.xml
22+
1223# ###################################################
1324# Pipeline Configuration #
1425# ###################################################
@@ -34,12 +45,12 @@ BuildWorkflow:
3445
3546 test :
3647 - Pester_Tests_Stop_On_Fail
37- - Pester_if_Code_Coverage_Under_Threshold
48+ - Pester_If_Code_Coverage_Under_Threshold
3849
3950 publish :
40- - Publish_release_to_GitHub
41- - publish_module_to_gallery
42-
51+ - Publish_Release_to_GitHub
52+ - Publish_Module_to_gallery
53+ - Publish_GitHub_Wiki_Content
4354
4455# ###################################################
4556# PESTER Configuration #
@@ -48,18 +59,21 @@ BuildWorkflow:
4859Pester :
4960 OutputFormat : NUnitXML
5061 ExcludeFromCodeCoverage :
62+ - Modules/DscResource.Common
5163 Script :
5264 - tests/Unit
5365 ExcludeTag :
5466 Tag :
55- CodeCoverageThreshold : 65
67+ CodeCoverageThreshold : 70
5668
5769DscTest :
5870 OutputFormat : NUnitXML
5971 ExcludeTag :
6072 - ' Common Tests - New Error-Level Script Analyzer Rules'
6173 ExcludeSourceFile :
6274 - output
75+ ExcludeModuleFile :
76+ - Modules/DscResource.Common
6377
6478Resolve-Dependency :
6579 Gallery : ' PSGallery'
0 commit comments