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 4a46826 commit addd28fCopy full SHA for addd28f
scripts/main.ps1
@@ -25,6 +25,7 @@ switch ($settings) {
25
Priority = 100
26
}
27
Register-PSResourceRepository @localRepo
28
+ Get-PSResourceRepository | Format-List | Out-String
29
$manifestFilePath = Join-Path -Path $codePath "$moduleName.psd1"
30
Write-Verbose " - Manifest file path: [$manifestFilePath]" -Verbose
31
Resolve-PSModuleDependency -ManifestFilePath $manifestFilePath
0 commit comments