We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b93c17f + 41dd4e7 commit 1e78893Copy full SHA for 1e78893
tools/CLU/BuildPackage.ps1
@@ -35,6 +35,10 @@ if ($packageId -ne "Microsoft.CLU.Commands")
35
{
36
$contentFileText += " <file src=""content\*.lx"" target=""content""/>`r`n"
37
$contentFileText += " <file src=""content\*xml"" target=""content""/>`r`n"
38
+ if (Test-Path "$packageSource\content\help")
39
+ {
40
+ $contentFileText += " <file src=""content\help\*.hlp"" target=""content\help""/>`r`n"
41
+ }
42
}
43
if ($renameFileExists)
44
0 commit comments