Skip to content

Commit b9a09ee

Browse files
committed
Kick off full build.
1 parent 75b6395 commit b9a09ee

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docfx.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,45 @@
22
"metadata": [
33
{
44
"src": [
5+
{
6+
"files": ["*/*.csproj"],
7+
"src": "../ServiceStack/ServiceStack/src/",
8+
"exclude": [
9+
"**/bin/**",
10+
"**/obj/**"
11+
]
12+
},
513
{
614
"files": ["*/*.csproj"],
715
"src": "../ServiceStack/ServiceStack.Blazor/src/",
816
"exclude": [
917
"**/bin/**",
1018
"**/obj/**"
1119
]
20+
},
21+
{
22+
"files": ["*/*.csproj"],
23+
"src": "../ServiceStack/ServiceStack.OrmLite/src/",
24+
"exclude": [
25+
"**/bin/**",
26+
"**/obj/**"
27+
]
28+
},
29+
{
30+
"files": ["*/*.csproj"],
31+
"src": "../ServiceStack/ServiceStack.Redis/src/",
32+
"exclude": [
33+
"**/bin/**",
34+
"**/obj/**"
35+
]
36+
},
37+
{
38+
"files": ["*/*.csproj"],
39+
"src": "../ServiceStack/ServiceStack.Text/src/",
40+
"exclude": [
41+
"**/bin/**",
42+
"**/obj/**"
43+
]
1244
}
1345
],
1446
"dest": "api",

0 commit comments

Comments
 (0)