Fixed function exporting by using Fullname property
This commit is contained in:
@@ -11,7 +11,7 @@ ForEach ($folder in $functionFolders)
|
||||
ForEach ($function in $functions)
|
||||
{
|
||||
Write-Verbose -Message " Importing $($function.BaseName)"
|
||||
. $function.providerpath
|
||||
. $function.FullName
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user