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 5a9ac0b commit b613f45Copy full SHA for b613f45
scripts/main.ps1
@@ -19,6 +19,7 @@ switch ($settings) {
19
'Module' {
20
$modulePath = Resolve-Path -Path "outputs/module/$moduleName" | Select-Object -ExpandProperty Path
21
$manifestFilePath = Join-Path -Path $modulePath "$moduleName.psd1"
22
+ Test-ModuleManifest -Path $manifestFilePath -Verbose
23
Write-Verbose " - Manifest file path: [$manifestFilePath]" -Verbose
24
Resolve-PSModuleDependency -ManifestFilePath $manifestFilePath
25
$PSModulePath = $env:PSModulePath -split [System.IO.Path]::PathSeparator | Select-Object -First 1
0 commit comments