kubernetes-client / csharp

Officially supported dotnet Kubernetes Client library
Apache License 2.0
1.09k stars 294 forks source link

Nuget package is not getting built for all target frameworks #317

Closed alexanderboswell closed 4 years ago

alexanderboswell commented 4 years ago

In the project file, net452 is listed as a target framework but when viewing the published package it is not listed as being supported: image

It looks like in the project file it is only building the packages for "'$(OS)' != 'Windows_NT'".

I have been able to build the package locally for net452, so it seems to be supported and working but the build pipeline is not generating a package.

tg123 commented 4 years ago

This is because the project is built on linux. Github Action is a better place to have the build run where Windows is supported

brendandburns commented 4 years ago

Yeah, we should migrate to github actions...

fejta-bot commented 4 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

alexanderboswell commented 4 years ago

/remove-lifecycle stale

brendandburns commented 4 years ago

/lifecycle frozen

tg123 commented 4 years ago

start at KubernetesClient 1.6.20 net452 was included