We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4222eb6 commit 7b6d1d8Copy full SHA for 7b6d1d8
.github/workflows/docfx.yaml
@@ -33,8 +33,8 @@ jobs:
33
uses: actions/setup-dotnet@v3
34
with:
35
dotnet-version: |
36
- 5.0.x
37
6.0.x
+ 7.0.x
38
39
- name: Build
40
run: dotnet build
doc/docfx.json
@@ -4,8 +4,6 @@
4
"src": [
5
{
6
"files": [
7
- "KubernetesClient.Basic/bin/Debug/netstandard2.0/KubernetesClient.Basic.dll",
8
- "KubernetesClient.Models/bin/Debug/netstandard2.0/KubernetesClient.Models.dll",
9
"KubernetesClient/KubernetesClient.csproj"
10
],
11
"src": "../src"
0 commit comments