Skip to content

Commit

Permalink
Remove Win7 Helix queues (dotnet#100981)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Apr 12, 2024
1 parent 7b18be5 commit 4cca6f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ jobs:
- ${{ if notIn(parameters.jobParameters.framework, 'net48') }}:
# mono outerloop
- ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}:
- Windows.7.Amd64.Open
- Windows.11.Amd64.Client.Open
# libraries on coreclr (outerloop and innerloop), or libraries on mono innerloop
- ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}:
Expand All @@ -155,7 +154,6 @@ jobs:
- Windows.Amd64.Server2022.Open
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
- Windows.Amd64.Server2022.Open
- Windows.7.Amd64.Open

# .NETFramework
- ${{ if eq(parameters.jobParameters.framework, 'net48') }}:
Expand Down

0 comments on commit 4cca6f1

Please sign in to comment.