We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22526b5 commit 5a9ac0bCopy full SHA for 5a9ac0b
scripts/main.ps1
@@ -23,7 +23,7 @@ switch ($settings) {
23
Resolve-PSModuleDependency -ManifestFilePath $manifestFilePath
24
$PSModulePath = $env:PSModulePath -split [System.IO.Path]::PathSeparator | Select-Object -First 1
25
$codePath = New-Item -Path "$PSModulePath/$moduleName/999.0.0" -ItemType Directory -Force
26
- Copy-Item -Path $codePath -Destination $codePath -Recurse -Force
+ Copy-Item -Path $modulePath -Destination $codePath -Recurse -Force
27
Get-ChildItem -Path $codePath -Recurse | Select-Object FullName | Out-String
28
Import-Module -Name $moduleName -Verbose
29
}
0 commit comments