From 84c4812d98608518ef76de1032584494c03ab571 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:41:20 -0800 Subject: [PATCH] Re-enable UWP CI pipeline (#5226) Co-authored-by: Anton Kolesnyk --- .../templates/stages/platform-matrix.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index ee5abac46..18f4db991 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -107,6 +107,37 @@ } } }, + { + "StaticConfigs": { + "Win2022": { + "VcpkgInstall": "openssl", + "OSVmImage": "windows-2022", + "Pool": "azsdk-pool-mms-win-2022-general", + "CMAKE_GENERATOR": "Visual Studio 17 2022", + "PublishMapFiles": "true" + } + }, + "TargetPlatform": { + "UWP_debug": { + "CMAKE_SYSTEM_NAME": "WindowsStore", + "CMAKE_SYSTEM_VERSION": "10.0", + "CmakeArgs": " -DBUILD_TRANSPORT_WINHTTP=ON -DDISABLE_AZURE_CORE_OPENTELEMETRY=ON ", + "BuildArgs": "--parallel 8 --config Debug" + }, + "UWP_release": { + "CMAKE_SYSTEM_NAME": "WindowsStore", + "CMAKE_SYSTEM_VERSION": "10.0", + "CmakeArgs": " -DBUILD_TRANSPORT_WINHTTP=ON -DDISABLE_AZURE_CORE_OPENTELEMETRY=ON ", + "BuildArgs": "--parallel 8 --config Release" + } + }, + "TargetArchitecture": { + "x64": { + "CMAKE_GENERATOR_PLATFORM": "x64", + "VCPKG_DEFAULT_TRIPLET": "x64-uwp" + } + } + }, { "StaticConfigs": { "Ubuntu22": {