Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv-susu1 <v-susu@microsoft.com>2022-05-12 07:12:47 +0300
committerGitHub <noreply@github.com>2022-05-12 07:12:47 +0300
commit4505169ef62adeba69632bd98f95ded090a4c7bc (patch)
tree2a808ac5b682d9db869aead8a500fc624e1380d0
parent131e73c0a88c0d8c848b054f09b1f0285aac5bf6 (diff)
Update compareXmlFiles.ps1 (#631)
-rw-r--r--mdoc/compareXmlFiles.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc/compareXmlFiles.ps1 b/mdoc/compareXmlFiles.ps1
index 46be4fe7..e4710fa7 100644
--- a/mdoc/compareXmlFiles.ps1
+++ b/mdoc/compareXmlFiles.ps1
@@ -4,7 +4,7 @@ param (
[string]$githubOptionsAccountName,
[string]$githubOptionsAccountEmail,
[string]$vstsTokenBase64,
- [bool]needRunReleaseMdoc
+ [bool]$needRunReleaseMdoc
)
function Git-Init([string]$githubAccountName, [string]$githubAccountEmail)
@@ -146,7 +146,7 @@ function Run($source_repo,$target_repo,$origin_target_repo)
}
Copy-Item "$originRepoXmlPath\*" -Destination "$xmlPath\" -Recurse -Force -Container
- if($needRunReleaseMdoc -eq $true)
+ if ($needRunReleaseMdoc -eq $true)
{
Write-Host "==================== Run Mdoc(release version) tool to generated xml files."
Run-Mdoc $releaseMdocPath $frameworksPath $xmlPath