Skip to content

Commit 4505169

Browse files
authored
Update compareXmlFiles.ps1 (#631)
1 parent 131e73c commit 4505169

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mdoc/compareXmlFiles.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ param (
44
[string]$githubOptionsAccountName,
55
[string]$githubOptionsAccountEmail,
66
[string]$vstsTokenBase64,
7-
[bool]needRunReleaseMdoc
7+
[bool]$needRunReleaseMdoc
88
)
99

1010
function Git-Init([string]$githubAccountName, [string]$githubAccountEmail)
@@ -146,7 +146,7 @@ function Run($source_repo,$target_repo,$origin_target_repo)
146146
}
147147
Copy-Item "$originRepoXmlPath\*" -Destination "$xmlPath\" -Recurse -Force -Container
148148

149-
if($needRunReleaseMdoc -eq $true)
149+
if ($needRunReleaseMdoc -eq $true)
150150
{
151151
Write-Host "==================== Run Mdoc(release version) tool to generated xml files."
152152
Run-Mdoc $releaseMdocPath $frameworksPath $xmlPath

0 commit comments

Comments
 (0)