5 lines
76 B
PowerShell
5 lines
76 B
PowerShell
|
|
task ImportDevModule {
|
|
ImportModule -Path "$Source\$ModuleName.psd1"
|
|
}
|