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
parent
commit
d67f96d03b
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      docs/docfx.json

+ 4
- 4
docs/docfx.json View File

@@ -3,13 +3,13 @@
{ {
"src": [ "src": [
{ {
"src": "..",
"src": "../src",
"files": [ "files": [
"*.sln"
"**.csproj"
], ],
"exclude": [ "exclude": [
"**/obj/**",
"**/bin/**"
"**/bin/**",
"**/obj/**"
] ]
} }
], ],


Loading…
Cancel
Save