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 162162 { "regex" : " HealthcareApisService" , "alias" : " HealthcareApis Service" },
163163 { "regex" : " Maintenance" , "alias" : " Maintenance" },
164164 { "regex" : " CosmosDB" , "alias" : " Cosmos DB" },
165- { "regex" : " Support" , "alias" : " Support" }
165+ { "regex" : " Support" , "alias" : " Support" },
166+ { "regex" : " StackEdge" , "alias" : " Stack Edge" }
166167]
Original file line number Diff line number Diff line change 1313
1414$ResourceManagerFolders = Get-ChildItem - Directory - Path " $PSScriptRoot \..\src" | Where-Object { $_.Name -ne ' lib' -and $_.Name -ne ' Package' -and $_.Name -ne ' packages' }
1515Import-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* " ) }
1717$FilteredHelpFolders = $UnfilteredHelpFolders
1818if (! [string ]::IsNullOrEmpty($FilteredModules ))
1919{
You can’t perform that action at this time.
0 commit comments