diff --git a/RequiredModules.psd1 b/RequiredModules.psd1 index ff15ed8..8831e7b 100644 --- a/RequiredModules.psd1 +++ b/RequiredModules.psd1 @@ -10,9 +10,9 @@ InvokeBuild = 'latest' PSScriptAnalyzer = 'latest' - Pester = 'latest' + Pester = '4.10.1' Plaster = 'latest' - ModuleBuilder = '1.0.0' + ModuleBuilder = 'latest' ChangelogManagement = 'latest' Sampler = 'latest' MarkdownLinkCheck = 'latest' diff --git a/build.yaml b/build.yaml index 20d3f2b..e1f4e8f 100644 --- a/build.yaml +++ b/build.yaml @@ -6,7 +6,7 @@ # SourcePath: ./Sampler/Sampler.psd1 # Output Directory where ModuleBuilder will build the Module, relative to module manifest # OutputDirectory: ../output/Sampler -CopyDirectories: +CopyPaths: - en-US - DSCResources - Modules