Skip to content

Commit 013fc6e

Browse files
authoredSep 26, 2023
embed KubernetesClient.Models and KubernetesClient.Basic into client sdk (#1407)
* cleanup using * cleanup classic * clean up nuget * bump ver * fix pipeline * remove commit by accident
1 parent 80c1315 commit 013fc6e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+172
-220
lines changed
 

‎.github/workflows/buildtest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
with:
5353
dotnet-version: '7.0.x'
5454
- name: Restore nugets (msbuild)
55-
run: msbuild .\src\KubernetesClient.Models\ -t:restore -p:RestorePackagesConfig=true
55+
run: msbuild .\src\KubernetesClient\ -t:restore -p:RestorePackagesConfig=true
5656
- name: Build (msbuild)
57-
run: msbuild .\src\KubernetesClient.Models\
57+
run: msbuild .\src\KubernetesClient\
5858

5959
e2e:
6060
runs-on: ubuntu-latest

‎.github/workflows/nuget.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
matrix:
4545
nuget-package:
4646
- "KubernetesClient"
47-
- "KubernetesClient.Models"
48-
- "KubernetesClient.Basic"
4947
- "KubernetesClient.Classic"
5048
runs-on: ubuntu-latest
5149
permissions:

0 commit comments

Comments
 (0)
Please sign in to comment.