From 1cd14b196d472075f0961658beaba36718f3db7b Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Mon, 31 Jan 2022 16:09:30 -0800 Subject: [PATCH] diable uwp gates (#3296) --- .../templates/stages/platform-matrix.json | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index bf38f6b78..7088bde58 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -69,38 +69,6 @@ } } }, - { - "StaticConfigs": { - "Windows2019": { - "OSVmImage": "MMS2019", - "Pool": "azsdk-pool-mms-win-2019-general", - "BuildArgs": "--parallel 8", - "CMAKE_GENERATOR": "Visual Studio 16 2019", - "CmakeArgs": " -DBUILD_TRANSPORT_WINHTTP=ON -DBUILD_TESTING=ON -DBUILD_PERFORMANCE_TESTS=ON -DRUN_LONG_UNIT_TESTS=ON", - "PublishMapFiles": "true" - } - }, - "TargetPlatform": { - "UWP_debug": { - "CMAKE_SYSTEM_NAME": "WindowsStore", - "CMAKE_SYSTEM_VERSION": "10.0" - }, - "UWP_release": { - "CMAKE_SYSTEM_NAME": "WindowsStore", - "CMAKE_SYSTEM_VERSION": "10.0", - "CMAKE_BUILD_TYPE": "Release" - } - }, - "TargetArchitecture": { - "x86": { - "CMAKE_GENERATOR_PLATFORM": "Win32" - }, - "x64": { - "CMAKE_GENERATOR_PLATFORM": "x64", - "VCPKG_DEFAULT_TRIPLET": "x64-uwp" - } - } - }, { "StaticConfigs": { "Ubuntu18": {