Skip to content

Commit 2c7e89d

Browse files
authored
Update docfx.json
1 parent 768c4a9 commit 2c7e89d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docfx.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"src": [
55
{
66
"files": [
7-
"bunit.csproj"
8-
],
9-
"src": "../src"
7+
"../src/bunit.csproj"
8+
]
109
}
1110
],
1211
"dest": "api",
@@ -49,6 +48,7 @@
4948
],
5049
"exclude": [
5150
"obj/**",
51+
"bin/**",
5252
"_site/**"
5353
]
5454
}
@@ -74,4 +74,4 @@
7474
"cleanupCacheHistory": false,
7575
"disableGitFeatures": false
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)