Skip to content

Commit

Permalink
Update module builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Jan 24, 2024
1 parent abb9167 commit 8a2e322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/Build-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Build-Module -ModuleName 'PSPublishModule' {
New-ConfigurationManifest @Manifest

# Add standard module dependencies (directly, but can be used with loop as well)
New-ConfigurationModule -Type RequiredModule -Name 'platyPS' -Guid 'Auto' -Version 'Latest'
New-ConfigurationModule -Type RequiredModule -Name 'platyPS', 'HelpOut' -Guid 'Auto' -Version 'Latest'
New-ConfigurationModule -Type RequiredModule -Name 'powershellget' -Guid 'Auto' -Version 'Latest'
New-ConfigurationModule -Type RequiredModule -Name 'PSScriptAnalyzer' -Guid 'Auto' -Version 'Latest'
New-ConfigurationModule -Type RequiredModule -Name 'Pester' -Version Auto -Guid Auto
Expand Down Expand Up @@ -92,7 +92,7 @@ Build-Module -ModuleName 'PSPublishModule' {
New-ConfigurationFormat -ApplyTo 'DefaultPSD1', 'OnMergePSD1' -PSD1Style 'Minimal'

# configuration for documentation, at the same time it enables documentation processing
New-ConfigurationDocumentation -Enable:$true -StartClean -UpdateWhenNew -PathReadme 'Docs\Readme.md' -Path 'Docs'
New-ConfigurationDocumentation -Enable:$true -StartClean -UpdateWhenNew -PathReadme 'Docs\Readme.md' -Path 'Docs' -Tool HelpOut

New-ConfigurationImportModule -ImportSelf -ImportRequiredModules

Expand Down

0 comments on commit 8a2e322

Please sign in to comment.