Skip to content

Commit

Permalink
Comment out self-import in module build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Dec 2, 2024
1 parent 808af75 commit 6718b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Manage-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Invoke-ModuleBuild -ModuleName 'GPOZaurr' {
# configuration for documentation, at the same time it enables documentation processing
New-ConfigurationDocumentation -Enable:$false -StartClean -UpdateWhenNew -PathReadme 'Docs\Readme.md' -Path 'Docs'

New-ConfigurationImportModule -ImportSelf
#New-ConfigurationImportModule -ImportSelf

New-ConfigurationBuild -Enable:$true -SignModule -MergeModuleOnBuild -MergeFunctionsFromApprovedModules -CertificateThumbprint '483292C9E317AA13B07BB7A96AE9D1A5ED9E7703'

Expand Down

0 comments on commit 6718b35

Please sign in to comment.