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 af4740d commit 68a234eCopy full SHA for 68a234e
src/Microsoft.PowerShell.PlatyPS.psm1
@@ -248,8 +248,9 @@ function MakeHelpInfoXml {
248
[xml] $HelpInfoContent = $xml
249
}
250
251
- $outputItem = Get-Item $outputFullPath
252
- $null = $HelpInfoContent.Save($outputItem.FullName)
+ $null = $HelpInfoContent.Save($OutputFullPath)
+ $outputItem = Get-Item $OutputFullPath
253
+
254
# return this to the caller
255
$outputItem
256
@@ -393,7 +394,7 @@ function New-HelpCabinetFile {
393
394
395
396
-
397
398
$outputFiles
399
400
0 commit comments