File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tools/Docs/Get-AllCommands Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -597,12 +597,12 @@ function Get-AllBuildServerCommands {
597597 [System.XML.XMLDocument ] $docCmdlet = New-Object System.XML.XMLDocument
598598 $docCmdlet.Load ((Join-Path - Path $ModuleOutputPath - ChildPath $_ ))
599599 [System.XML.XMLNode ] $rootCmdlet = $docCmdlet.DocumentElement
600- [System.XML.XMLNode ] $cmdletNode = $RawDataXML .ImportNode ($rootCmdlet , $true )
601- [System.XML.XMLNode ] $newChild2 = $RawDataXMLRoot .AppendChild ($cmdletNode )
600+ [System.XML.XMLNode ] $cmdletNode = $RawDataXml .ImportNode ($rootCmdlet , $true )
601+ [System.XML.XMLNode ] $newChild2 = $RawDataXmlRoot .AppendChild ($cmdletNode )
602602 Remove-Item - Path (Join-Path - Path $ModuleOutputPath - ChildPath $_ )
603603 }
604604 # save main file
605- $RawDataXML .Save ((Join-Path - Path $ModuleOutputPath - ChildPath $PSRawData ))
605+ $RawDataXml .Save ((Join-Path - Path $ModuleOutputPath - ChildPath $PSRawData ))
606606
607607 # Creating XML object of Project Writer file
608608 [xml ] $xmlProjectWriter = get-content $ProjectOutputFile
You can’t perform that action at this time.
0 commit comments