chore: add nested modules to PSD1
This commit is contained in:
parent
34cb9be3f6
commit
199dd9870f
1 changed files with 2 additions and 1 deletions
|
|
@ -62,7 +62,8 @@ RootModule = 'PSConfluencePublisher.psm1'
|
|||
NestedModules = @(
|
||||
'PersonalAccessToken.psm1',
|
||||
'Connection.psm1',
|
||||
'Manifest.psm1'
|
||||
'Manifest.psm1',
|
||||
'Page.psm1'
|
||||
)
|
||||
|
||||
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue