Fixes external dependencies in updated module manifest files #7

Merged
OCram85 merged 12 commits from fixExtDeps into master 2022-07-27 14:27:45 +02:00
Showing only changes of commit 5171a18369 - Show all commits

View File

@ -90,7 +90,7 @@ function Update-ModuleMeta {
($nPreRelease -ne $ManifestData.PrivateData.PSData.Prerelease)
) {
$OutputFileParams = @{
Path = $Repo.Src.Manifest.Item.FullName
Path = $ManifestFilePath
PassThru = $true
Encoding = 'utf8NoBom'
Force = $true