1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-12 12:18:46 +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": [{
"src": [{
"src": "../",
"files": ["**/MLEM**.csproj"]
"files": ["**/MLEM**.csproj"],
"exclude": ["**.FNA.**"]
}],
"dest": "api"
}],
@ -51,4 +52,4 @@
"markdownEngineName": "markdig",
"noLangKeyword": false
}
}
}