dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
265 stars 132 forks source link

Remove smoke tests prereqs tarball support #4722

Open MichaelSimons opened 2 weeks ago

MichaelSimons commented 2 weeks ago

In .NET 8.0 we gather the smoke tests prereqs in a tarball and we publish these as part of the release pipeline. We should confirm this logic is no longer necessary and remove both the test and release infrastructure.

MichaelSimons commented 2 days ago

I have confirmed the tarball is not being utilized by our partners and can be removed.

MichaelSimons commented 1 day ago

[Triage] At a minimum we should remove this from the release automation to avoid specialization for 8.0. Removing it from the build infra would save on storage resources and some time.