Skip to content

Commit 22a5c9f

Browse files
author
Hovsep
committed
Merge pull request Azure#1898 from markcowl/docs2
Updating documentation script
2 parents 206c6c3 + b125835 commit 22a5c9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/Docs/Get-AllCommands/Get-AllCommands.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)