Skip to content

Commit 5129fd5

Browse files
authored
Merge pull request #71 from jwittner/fix/exportYamlCmdlets
Explicit filter here for gallery discovery
2 parents 6c39035 + 58c29ca commit 5129fd5

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)