mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-21 20:43:29 +01:00
fixed docfx finding duplicates due to FNA projects
This commit is contained in:
parent
023233a062
commit
5e68bf5d3d
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
|||
"metadata": [{
|
||||
"src": [{
|
||||
"src": "../",
|
||||
"files": ["**/MLEM**.csproj"]
|
||||
"files": ["**/MLEM**.csproj"],
|
||||
"exclude": ["**.FNA.**"]
|
||||
}],
|
||||
"dest": "api"
|
||||
}],
|
||||
|
@ -51,4 +52,4 @@
|
|||
"markdownEngineName": "markdig",
|
||||
"noLangKeyword": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue