Skip to content

Commit addd28f

Browse files
Add output formatting for PSResourceRepository in main.ps1
1 parent 4a46826 commit addd28f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/main.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ switch ($settings) {
2525
Priority = 100
2626
}
2727
Register-PSResourceRepository @localRepo
28+
Get-PSResourceRepository | Format-List | Out-String
2829
$manifestFilePath = Join-Path -Path $codePath "$moduleName.psd1"
2930
Write-Verbose " - Manifest file path: [$manifestFilePath]" -Verbose
3031
Resolve-PSModuleDependency -ManifestFilePath $manifestFilePath

0 commit comments

Comments
 (0)