Skip to content

Commit 4b79993

Browse files
committed
revert incorrect commit,remove debug
1 parent 5c6287e commit 4b79993

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/RunVersionController.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ function Get-ReleaseNotes
132132
$_.FullName -notlike "*Netcore*" -and `
133133
$_.FullName -notlike "*dll-Help.psd1*" -and `
134134
$_.FullName -notlike "*Stack*" } }
135-
write-output "##########################DEBUG###################################" + $ModuleManifestFile
136135
Import-LocalizedData -BindingVariable ModuleMetadata -BaseDirectory $ModuleManifestFile.DirectoryName -FileName $ModuleManifestFile.Name
137136
return $ModuleMetadata.PrivateData.PSData.ReleaseNotes
138137
}

0 commit comments

Comments
 (0)