Skip to content

Commit 58c29ca

Browse files
committed
Explicit filter here for gallery discovery
1 parent 6c39035 commit 58c29ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitySetup/UnitySetup.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ScriptsToProcess = @()
7373
# NestedModules = @()
7474

7575
# 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.
76-
FunctionsToExport = '*'
76+
FunctionsToExport = '*-Unity*'
7777

7878
# 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.
7979
CmdletsToExport = @()

0 commit comments

Comments
 (0)