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 337a731 commit cf4a921Copy full SHA for cf4a921
scripts/main.ps1
@@ -24,6 +24,7 @@ switch ($settings) {
24
$PSModulePath = $env:PSModulePath -split [System.IO.Path]::PathSeparator | Select-Object -First 1
25
$moduleInstallPath = New-Item -Path "$PSModulePath/$moduleName/999.0.0" -ItemType Directory -Force
26
Copy-Item -Path $codePath -Destination $moduleInstallPath -Recurse -Force
27
+ Get-ChildItem -Path $moduleInstallPath -Recurse | Select-Object FullName | Out-String
28
}
29
'SourceCode' {
30
$codePath = Resolve-Path -Path 'src' | Select-Object -ExpandProperty Path
0 commit comments