From fcce5f56d496c9d6464a9ec81ec1c6942ab3e4fe Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 26 Sep 2019 06:53:38 +0200 Subject: [PATCH] Update windows.yml (dotnet/corefx#41328) Commit migrated from https://github.com/dotnet/corefx/commit/84369a81077db9041d9d542f91b642efc4091b7d --- eng/pipelines/libraries/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/libraries/windows.yml b/eng/pipelines/libraries/windows.yml index 631e475..b5c3521 100644 --- a/eng/pipelines/libraries/windows.yml +++ b/eng/pipelines/libraries/windows.yml @@ -119,7 +119,7 @@ stages: - windowsArmQueue: Windows.10.Arm64.Open - ${{ if eq(parameters.fullMatrix, 'false') }}: - - netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.Client19H1.Open # TODO: change to 19H1 non en-US image when available: https://github.com/dotnet/core-eng/issues/7464 + - netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.Client19H1.ES.Open - ${{ if eq(parameters.fullMatrix, 'true') }}: - netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.ServerRS5.Open+Windows.10.Amd64.Client19H1.Open -- 2.7.4