File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ switch ($settings) {
1919 ' Module' {
2020 $modulePath = Resolve-Path - Path " outputs/module/$moduleName " | Select-Object - ExpandProperty Path
2121 $manifestFilePath = Join-Path - Path $modulePath " $moduleName .psd1"
22- Test-ModuleManifest - Path $manifestFilePath - Verbose
2322 Write-Verbose " - Manifest file path: [$manifestFilePath ]" - Verbose
2423 Resolve-PSModuleDependency - ManifestFilePath $manifestFilePath
24+ Test-ModuleManifest - Path $manifestFilePath - Verbose
2525 $PSModulePath = $env: PSModulePath -split [System.IO.Path ]::PathSeparator | Select-Object - First 1
2626 $codePath = New-Item - Path " $PSModulePath /$moduleName /999.0.0" - ItemType Directory - Force
2727 Copy-Item - Path $modulePath - Destination $codePath - Recurse - Force
You can’t perform that action at this time.
0 commit comments