wip
This commit is contained in:
parent
c1513dc5c5
commit
5171a18369
@ -90,7 +90,7 @@ function Update-ModuleMeta {
|
|||||||
($nPreRelease -ne $ManifestData.PrivateData.PSData.Prerelease)
|
($nPreRelease -ne $ManifestData.PrivateData.PSData.Prerelease)
|
||||||
) {
|
) {
|
||||||
$OutputFileParams = @{
|
$OutputFileParams = @{
|
||||||
Path = $Repo.Src.Manifest.Item.FullName
|
Path = $ManifestFilePath
|
||||||
PassThru = $true
|
PassThru = $true
|
||||||
Encoding = 'utf8NoBom'
|
Encoding = 'utf8NoBom'
|
||||||
Force = $true
|
Force = $true
|
||||||
|
Reference in New Issue
Block a user