Skip to content

Commit b95f471

Browse files
authored
Merge branch 'release/v7.5' into release/v7.5_package_references-a391944e0
2 parents a391944 + b69a479 commit b95f471

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/powershell/engine/Help/UpdatableHelpSystem.Tests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ else
4747
}
4848

4949
# default values for system modules
50-
[string] $myUICulture = 'en-US'
50+
[string] $myUICulture = 'en-US'
5151
[string] $HelpInstallationPath = Join-Path $PSHOME $myUICulture
5252
[string] $HelpInstallationPathHome = Join-Path $userHelpRoot $myUICulture
5353

@@ -118,7 +118,7 @@ else
118118
}
119119

120120
"Microsoft.PowerShell.Utility" = @{
121-
HelpFiles = "Microsoft.PowerShell.Commands.Utility.dll-Help.xml", "Microsoft.PowerShell.Utility-help.xml"
121+
HelpFiles = "Microsoft.PowerShell.Commands.Utility.dll-Help.xml"
122122
HelpInfoFiles = "Microsoft.PowerShell.Utility_1da87e53-152b-403e-98dc-74d7b4d63d59_HelpInfo.xml"
123123
CompressedFiles = "Microsoft.PowerShell.Utility_1da87e53-152b-403e-98dc-74d7b4d63d59_en-US_helpcontent$extension"
124124
HelpInstallationPath = $HelpInstallationPath
@@ -216,7 +216,7 @@ function RunUpdateHelpTests
216216

217217
# Delete the whole help directory
218218
Remove-Item ($moduleHelpPath) -Recurse
219-
219+
220220
[hashtable] $UICultureParam = $(if ((Get-UICulture).Name -ne $myUICulture) { @{ UICulture = $myUICulture } } else { @{} })
221221
[hashtable] $sourcePathParam = $(if ($useSourcePath) { @{ SourcePath = Join-Path $PSScriptRoot assets } } else { @{} })
222222
Update-Help -Module:$moduleName -Force @UICultureParam @sourcePathParam -Scope:$updateScope

0 commit comments

Comments
 (0)