Skip to content

Commit

Permalink
Use Docker feature for nano runs
Browse files Browse the repository at this point in the history
@wfurt FYI

Commit migrated from dotnet/corefx@4c8af9a
  • Loading branch information
MattGal authored May 13, 2019
1 parent 5e7dfe4 commit 15b49b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/libraries/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ jobs:

- ${{ if eq(parameters.isOfficialBuild, 'false') }}:
- netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.ClientRS4.ES.Open
- nanoQueues: Windows.10.Nano.Amd64.Open
- nanoQueues: (Windows.Nano.1803.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944
- uapNetfxQueues: Windows.10.Amd64.ClientRS5.Open

- ${{ if eq(parameters.isOfficialBuild, 'true') }}:
- netcoreappWindowsQueues: Windows.7.Amd64+Windows.81.Amd64+Windows.10.Amd64.Core+Windows.10.Amd64.ClientRS4
- nanoQueues: Windows.10.Nano.Amd64
- nanoQueues: (Windows.Nano.1803.Amd64)[email protected]/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944
- uapNetfxQueues: Windows.10.Amd64.ClientRS5
- windowsArmQueue: Windows.10.Arm64

Expand Down

0 comments on commit 15b49b7

Please sign in to comment.