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 5c6287e commit 4b79993Copy full SHA for 4b79993
tools/RunVersionController.ps1
@@ -132,7 +132,6 @@ function Get-ReleaseNotes
132
$_.FullName -notlike "*Netcore*" -and `
133
$_.FullName -notlike "*dll-Help.psd1*" -and `
134
$_.FullName -notlike "*Stack*" } }
135
- write-output "##########################DEBUG###################################" + $ModuleManifestFile
136
Import-LocalizedData -BindingVariable ModuleMetadata -BaseDirectory $ModuleManifestFile.DirectoryName -FileName $ModuleManifestFile.Name
137
return $ModuleMetadata.PrivateData.PSData.ReleaseNotes
138
}
0 commit comments