Upgrade uwp windows machines to RS5
authorViktor <viktor.hofer@microsoft.com>
Tue, 19 Feb 2019 17:20:35 +0000 (18:20 +0100)
committerViktor <viktor.hofer@microsoft.com>
Tue, 19 Feb 2019 17:20:35 +0000 (18:20 +0100)
Commit migrated from https://github.com/dotnet/corefx/commit/56ad4b45a23b13f289fb9145c6eb5dca1969a1cc

eng/pipelines/libraries/windows.yml

index e423e20..f5f90b4 100644 (file)
@@ -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
-          - uapNetfxQueues: Windows.10.Amd64.ClientRS4.Open
+          - 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
-          - uapNetfxQueues: Windows.10.Amd64.ClientRS4
+          - uapNetfxQueues: Windows.10.Amd64.ClientRS5
           - windowsArmQueue: Windows.10.Arm64
 
     # There is no point of running legs without outerloop tests, when in an outerloop build.