Skip to content

Commit 9061ae3

Browse files
author
Robin Stolpe
committed
update
1 parent a642466 commit 9061ae3

6 files changed

Lines changed: 245 additions & 1822 deletions

File tree

MaintainModule/MaintainModule.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# NestedModules = @()
8585

8686
# 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.
87-
FunctionsToExport = @()
87+
FunctionsToExport = "Uninstall-RSModule", "Update-RSModule"
8888

8989
# Cmdlets 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 cmdlets to export.
9090
CmdletsToExport = @()

0 commit comments

Comments
 (0)