-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Description
I was looking for Alpine references and found this:
aspnetcore/eng/targets/Helix.targets
Lines 18 to 25 in db9f8d7
<SkipHelixQueues> | |
$(HelixQueueAlmaLinux8); | |
$(HelixQueueAlpine316); | |
$(HelixQueueDebian12); | |
$(HelixQueueFedora40); | |
$(HelixQueueMariner); | |
Ubuntu.2004.Amd64.Open; | |
</SkipHelixQueues> |
Is this code still active? I couldn't find a reference to "HelixQueueAlpine316" elsewhere in the the release/8.0
branch. Just a bad search?
My primary question is if these lines need to be updated and if so, how?
Metadata
Metadata
Assignees
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework