Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
Still fighting the yaml

Commit migrated from dotnet/corefx@ad60d14
  • Loading branch information
MattGal authored May 13, 2019
1 parent 1ac85a5 commit d237282
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.Nano.1803.Amd64.Open`)[email protected]/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944
- 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.Nano.1803.Amd64`)[email protected]/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944
- 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 d237282

Please sign in to comment.