fix docfx (#1426)
This commit is contained in:
2
.github/workflows/docfx.yaml
vendored
2
.github/workflows/docfx.yaml
vendored
@@ -33,8 +33,8 @@ jobs:
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: |
|
||||
5.0.x
|
||||
6.0.x
|
||||
7.0.x
|
||||
|
||||
- name: Build
|
||||
run: dotnet build
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
"src": [
|
||||
{
|
||||
"files": [
|
||||
"KubernetesClient.Basic/bin/Debug/netstandard2.0/KubernetesClient.Basic.dll",
|
||||
"KubernetesClient.Models/bin/Debug/netstandard2.0/KubernetesClient.Models.dll",
|
||||
"KubernetesClient/KubernetesClient.csproj"
|
||||
],
|
||||
"src": "../src"
|
||||
|
||||
Reference in New Issue
Block a user