mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53: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": [{
|
"metadata": [{
|
||||||
"src": [{
|
"src": [{
|
||||||
"src": "../",
|
"src": "../",
|
||||||
"files": ["**/MLEM**.csproj"]
|
"files": ["**/MLEM**.csproj"],
|
||||||
|
"exclude": ["**.FNA.**"]
|
||||||
}],
|
}],
|
||||||
"dest": "api"
|
"dest": "api"
|
||||||
}],
|
}],
|
||||||
|
@ -51,4 +52,4 @@
|
||||||
"markdownEngineName": "markdig",
|
"markdownEngineName": "markdig",
|
||||||
"noLangKeyword": false
|
"noLangKeyword": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue