From 9b5175d5ae468e47fabe8d8f1173021e99427134 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Mon, 9 May 2022 12:33:17 -0700 Subject: [PATCH] Removed uwp-x86 from platform matrix. --- eng/pipelines/templates/stages/platform-matrix.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index 1ca5881196..090818cc9b 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -89,9 +89,6 @@ } }, "TargetArchitecture": { - "x86": { - "CMAKE_GENERATOR_PLATFORM": "Win32" - }, "x64": { "CMAKE_GENERATOR_PLATFORM": "x64", "VCPKG_DEFAULT_TRIPLET": "x64-uwp"