diable uwp gates (#3296)

This commit is contained in:
Victor Vazquez 2022-01-31 16:09:30 -08:00 committed by GitHub
parent 2aae6be7a3
commit 1cd14b196d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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