Browse Source
Target individual projects instead of solution
+ This gets rid of unnecessary compilation for the test project.
pull/988/head
Hsu Still
7 years ago
No known key found for this signature in database
GPG Key ID: 8601A145FDA95209
1 changed files with
4 additions and
4 deletions
-
docs/docfx.json
|
|
|
@@ -3,13 +3,13 @@ |
|
|
|
{ |
|
|
|
"src": [ |
|
|
|
{ |
|
|
|
"src": "..", |
|
|
|
"src": "../src", |
|
|
|
"files": [ |
|
|
|
"*.sln" |
|
|
|
"**.csproj" |
|
|
|
], |
|
|
|
"exclude": [ |
|
|
|
"**/obj/**", |
|
|
|
"**/bin/**" |
|
|
|
"**/bin/**", |
|
|
|
"**/obj/**" |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
|