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 {
597
597
[System.XML.XMLDocument ] $docCmdlet = New-Object System.XML.XMLDocument
598
598
$docCmdlet.Load ((Join-Path - Path $ModuleOutputPath - ChildPath $_ ))
599
599
[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 )
602
602
Remove-Item - Path (Join-Path - Path $ModuleOutputPath - ChildPath $_ )
603
603
}
604
604
# save main file
605
- $RawDataXML .Save ((Join-Path - Path $ModuleOutputPath - ChildPath $PSRawData ))
605
+ $RawDataXml .Save ((Join-Path - Path $ModuleOutputPath - ChildPath $PSRawData ))
606
606
607
607
# Creating XML object of Project Writer file
608
608
[xml ] $xmlProjectWriter = get-content $ProjectOutputFile
You can’t perform that action at this time.
0 commit comments