From 7c2682b14d326e3a6e5f5d0902a1870cf1965557 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Wed, 11 May 2022 12:20:29 -0700 Subject: [PATCH] Removed uwp-x86 from platform matrix. (#3629) --- 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 1ca588119..090818cc9 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"