File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 162
162
{ "regex" : " HealthcareApisService" , "alias" : " HealthcareApis Service" },
163
163
{ "regex" : " Maintenance" , "alias" : " Maintenance" },
164
164
{ "regex" : " CosmosDB" , "alias" : " Cosmos DB" },
165
- { "regex" : " Support" , "alias" : " Support" }
165
+ { "regex" : " Support" , "alias" : " Support" },
166
+ { "regex" : " StackEdge" , "alias" : " Stack Edge" }
166
167
]
Original file line number Diff line number Diff line change 13
13
14
14
$ResourceManagerFolders = Get-ChildItem - Directory - Path " $PSScriptRoot \..\src" | Where-Object { $_.Name -ne ' lib' -and $_.Name -ne ' Package' -and $_.Name -ne ' packages' }
15
15
Import-Module " $PSScriptRoot \HelpGeneration\HelpGeneration.psm1"
16
- $UnfilteredHelpFolders = Get-ChildItem - Include ' help' - Path " $PSScriptRoot \..\artifacts" - Recurse - Directory | where { $_.FullName -like " *$BuildConfig *" -and $_.FullName -notlike " *Stack*" }
16
+ $UnfilteredHelpFolders = Get-ChildItem - Include ' help' - Path " $PSScriptRoot \..\artifacts" - Recurse - Directory | where { $_.FullName -like " *$BuildConfig *" -and ( $_.FullName -notlike " *Stack*" -or $_ .FullName -like " *StackEdge* " ) }
17
17
$FilteredHelpFolders = $UnfilteredHelpFolders
18
18
if (! [string ]::IsNullOrEmpty($FilteredModules ))
19
19
{
You can’t perform that action at this time.
0 commit comments