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
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
5.0.x
|
|
||||||
6.0.x
|
6.0.x
|
||||||
|
7.0.x
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build
|
run: dotnet build
|
||||||
|
|||||||
@@ -4,8 +4,6 @@
|
|||||||
"src": [
|
"src": [
|
||||||
{
|
{
|
||||||
"files": [
|
"files": [
|
||||||
"KubernetesClient.Basic/bin/Debug/netstandard2.0/KubernetesClient.Basic.dll",
|
|
||||||
"KubernetesClient.Models/bin/Debug/netstandard2.0/KubernetesClient.Models.dll",
|
|
||||||
"KubernetesClient/KubernetesClient.csproj"
|
"KubernetesClient/KubernetesClient.csproj"
|
||||||
],
|
],
|
||||||
"src": "../src"
|
"src": "../src"
|
||||||
|
|||||||
Reference in New Issue
Block a user