You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Assemblies that must be loaded prior to importing this module
57
+
# RequiredAssemblies = @()
58
+
59
+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60
+
# ScriptsToProcess = @()
61
+
62
+
# Type files (.ps1xml) to be loaded when importing this module
63
+
# TypesToProcess = @()
64
+
65
+
# Format files (.ps1xml) to be loaded when importing this module
66
+
# FormatsToProcess = @()
67
+
68
+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69
+
# NestedModules = @()
70
+
71
+
# 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.
72
+
FunctionsToExport=@(
73
+
'Use-DevSetup'
74
+
)
75
+
76
+
# 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.
77
+
CmdletsToExport=@()
78
+
79
+
# Variables to export from this module
80
+
VariablesToExport=@()
81
+
82
+
# Aliases 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 aliases to export.
83
+
AliasesToExport=@('devsetup')
84
+
85
+
# DSC resources to export from this module
86
+
# DscResourcesToExport = @()
87
+
88
+
# List of all modules packaged with this module
89
+
# ModuleList = @()
90
+
91
+
# List of all files packaged with this module
92
+
# FileList = @()
93
+
94
+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
95
+
PrivateData=@{
96
+
97
+
PSData=@{
98
+
99
+
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments