1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-23 17:13:38 +02:00

fixed docfx finding duplicates due to FNA projects

This commit is contained in:
Ell 2022-09-02 16:37:59 +02:00
parent 023233a062
commit 5e68bf5d3d

View file

@ -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
} }
} }