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": {