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
This commit is contained in:
Boshi Lian
2023-09-26 11:03:12 -07:00
committed by GitHub
parent 80c1315ee0
commit 013fc6e06f
59 changed files with 169 additions and 217 deletions

View File

@@ -52,9 +52,9 @@ jobs:
with:
dotnet-version: '7.0.x'
- name: Restore nugets (msbuild)
run: msbuild .\src\KubernetesClient.Models\ -t:restore -p:RestorePackagesConfig=true
run: msbuild .\src\KubernetesClient\ -t:restore -p:RestorePackagesConfig=true
- name: Build (msbuild)
run: msbuild .\src\KubernetesClient.Models\
run: msbuild .\src\KubernetesClient\
e2e:
runs-on: ubuntu-latest