-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
area-testingImprovements in CI and testingImprovements in CI and testing
Description
The N-1 Alpine build leg is problematic in the transition between major .NET versions because it needs to be bootstrapped. It requires that there be an artifacts tarball for the N-1 build based on the new version of .NET. But that can't exist because there's not a version of the Alpine leg that exists that is based on the current SDK (we use the current SDK for the latest Alpine version and the previous SDK for the previous Alpine version). So the only way to get artifacts are to manually run a build that explicitly targets the previous Alpine version. We should consider whether this hassle is worth it.
Related to #4605
Metadata
Metadata
Assignees
Labels
area-testingImprovements in CI and testingImprovements in CI and testing
Type
Projects
Status
Done