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 a40e628 commit 0ade659Copy full SHA for 0ade659
tools/UpdateModules.ps1
@@ -92,7 +92,6 @@ function Add-PSM1Dependency
92
$file = Get-Item -Path $Path
93
$manifestFile = $file.Name
94
$psm1file = $manifestFile -replace ".psd1", ".psm1"
95
- Write-Host "here" + $Path
96
Update-ModuleManifest -Path $Path -RootModule $psm1file
97
}
98
0 commit comments