Disable UAP legs per dotnet/corefx#26802 (dotnet/corefx#26822)
authorJan Kotas <jkotas@microsoft.com>
Sun, 4 Feb 2018 03:22:16 +0000 (19:22 -0800)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2018 03:22:16 +0000 (19:22 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/120dce456a90df9982797d6c94eaaababd3e00d1

src/libraries/buildpipeline/pipelinejobs.groovy

index 5f2243a..c04132e 100644 (file)
@@ -27,8 +27,8 @@ def configurations = [
     ['TGroup':"netcoreapp", 'Pipeline':osxPipeline, 'Name':'OSX', 'ForPR':"Debug-x64", 'Arch':['x64']],
     ['TGroup':"netcoreapp", 'Pipeline':winPipeline, 'Name':'Windows' , 'ForPR':"Debug-x64|Release-x86"],
     ['TGroup':"netfx",      'Pipeline':winPipeline, 'Name':'NETFX', 'ForPR':"Release-x86"],
-    ['TGroup':"uap",        'Pipeline':winPipeline, 'Name':'UWP CoreCLR', 'ForPR':"Debug-x64"],
-    ['TGroup':"uapaot",     'Pipeline':winPipeline, 'Name':'UWP NETNative', 'ForPR':"Release-x86"],
+//  ['TGroup':"uap",        'Pipeline':winPipeline, 'Name':'UWP CoreCLR', 'ForPR':"Debug-x64"],
+//  ['TGroup':"uapaot",     'Pipeline':winPipeline, 'Name':'UWP NETNative', 'ForPR':"Release-x86"],
     ['TGroup':"all",        'Pipeline':winPipeline, 'Name':'Packaging All Configurations', 'ForPR':"Debug-x64"],
 ]