4 lines
96 B
PowerShell
4 lines
96 B
PowerShell
task UpdateSource {
|
|
Copy-Item -Path $ManifestPath -Destination "$Source\$ModuleName.psd1"
|
|
}
|