mirror of
https://github.com/microsoft/dotnet.git
synced 2025-12-19 17:37:07 -05:00
Revised code to handle categories file (#725)
This commit is contained in:
@@ -27,7 +27,7 @@ namespace bc_readme_gen
|
||||
|
||||
foreach(var changeFile in bcdir.GetFiles("*.md"))
|
||||
{
|
||||
if (changeFile.Name == "! Template.md" || changeFile.Name == "README.md")
|
||||
if (changeFile.Name == "! Template.md" || changeFile.Name == "README.md" || changeFile.Name == "!categories.md")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user