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
With SU for example. Whether on Linux of Windows, SU is exported, but on Linux I have it to NOT export the function, though it is still in the manifest, and fails pester tests.
Add an individual Export-ModuleMember -Function $FunctionName type of line to each file instead of handling this in the manifest.
The text was updated successfully, but these errors were encountered:
With SU for example. Whether on Linux of Windows, SU is exported, but on Linux I have it to NOT export the function, though it is still in the manifest, and fails pester tests.
Add an individual
Export-ModuleMember -Function $FunctionName
type of line to each file instead of handling this in the manifest.The text was updated successfully, but these errors were encountered: