Skip to content

Commit

Permalink
Add windows 8 and windows 7 testing for PRs in a reduced way
Browse files Browse the repository at this point in the history
  • Loading branch information
safern committed May 8, 2020
1 parent 4d16376 commit 793bf00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- ${{ if eq(parameters.jobParameters.isFullMatrix, false) }}:
# Bring back once: https://github.com/dotnet/runtime/issues/35689 is fixed
# - Windows.7.Amd64.Open
# - Windows.81.Amd64.Open
- Windows.81.Amd64.Open
- Windows.10.Amd64.Server19H1.ES.Open
- ${{ if ne(parameters.jobParameters.runtimeFlavor, 'mono') }}:
- (Windows.Nano.1809.Amd64.Open)windows.10.amd64.serverrs5.open@mcr.microsoft.com/dotnet-buildtools/prereqs:nanoserver-1809-helix-amd64-08e8e40-20200107182504
Expand All @@ -125,8 +125,8 @@ jobs:
- ${{ if eq(parameters.jobParameters.buildConfig, 'Release') }}:
- Windows.10.Amd64.Server19H1.ES.Open
- ${{ if eq(parameters.jobParameters.buildConfig, 'Debug') }}:
- Windows.7.Amd64.Open
# Bring back once: https://github.com/dotnet/runtime/issues/35689 is fixed
# - Windows.7.Amd64.Open
# - Windows.81.Amd64.Open
- Windows.10.Amd64.Server19H1.Open

Expand Down

0 comments on commit 793bf00

Please sign in to comment.