We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ce71f commit c3a9209Copy full SHA for c3a9209
.github/workflows/dofx.yml
@@ -36,7 +36,6 @@ jobs:
36
6.0.x
37
7.0.x
38
8.0.x
39
- 9.0.x
40
- name: install dotnet tools
41
run: |
42
dotnet tool install -g dotnet-execute
docs/docfx.json
@@ -10,7 +10,11 @@
10
],
11
"exclude": [
12
"**/obj/**",
13
- "**/bin/**"
+ "**/bin/**",
14
+ "**/samples/**",
15
+ "**/tests/**",
16
+ "**/modules/**",
17
+ "**/templates/**"
18
]
19
}
20
0 commit comments