File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/StaticAnalysis/ExampleAnalyzer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 89
89
"phases" : [
90
90
" build:module" ,
91
91
" help:module" ,
92
- " example:module"
92
+ " help- example:module"
93
93
]
94
94
},
95
95
{
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ if ($PSCmdlet.ParameterSetName -eq "Markdown") {
72
72
}
73
73
foreach ($_ in Get-ChildItem $MarkdownPath - Recurse:$Recurse ) {
74
74
# Filter the .md of overview in "\help\"
75
- if ((Get-Item - Path $_.FullName ).Directory.Name -eq " help" -and $_.FullName -cmatch " .*\.md" -and $_.BaseName -cmatch " ^[A-Z][a-z]+-([A-Z][a-z0-9]*)+$" ) {
75
+ if ((( Get-Item - Path $_.FullName ).Directory.Name -eq " help" -or ( Get-Item - Path $_ .FullName ).Directory.Name -eq " docs " ) -and $_.FullName -cmatch " .*\.md" -and $_.BaseName -cmatch " ^[A-Z][a-z]+-([A-Z][a-z0-9]*)+$" ) {
76
76
if ((Get-Item - Path $_.FullName ).Directory.Parent.Name -eq " netcoreapp3.1" ) {
77
77
continue
78
78
}
You can’t perform that action at this time.
0 commit comments