Make all publish legs of CoreCLR uniform and match existing ones. Previously Release...
authorMatt Galbraith <mattgal@microsoft.com>
Mon, 5 Jun 2017 17:34:46 +0000 (10:34 -0700)
committerMatt Galbraith <mattgal@microsoft.com>
Mon, 5 Jun 2017 17:34:46 +0000 (10:34 -0700)
buildpipeline/pipelines.json

index 54fa811..01f2bb5 100644 (file)
             "AzureContainerSymbolPackageGlob": "symbolpkg\\*.nupkg"
           },
           "ReportingParameters": {
-            "SubType":  "Publish",
+            "TaskName":  "Publish",
             "Type": "build/publish/",
-            "PB_BuildType": "Release"
+            "ConfigurationGroup": "Release"
           }
         }
       ],
             "GitHubRepositoryName": "coreclr"
           },
           "ReportingParameters": {
-            "SubType": "Publish",
+            "TaskName": "Publish",
             "Type": "build/publish/",
-            "PB_BuildType": "Debug"
+            "ConfigurationGroup": "Debug"
           }
         }
       ],
           "ReportingParameters": {
             "TaskName": "Symbol Publish",
             "Type": "build/publish/",
-            "ConfigurationGroup": "Release - Publish Symbols"
+            "ConfigurationGroup": "Release"
           }
         }
       ],
             "GitHubRepositoryName": "coreclr"
           },
           "ReportingParameters": {
-            "SubType": "Publish",
+            "TaskName": "Publish",
             "Type": "build/publish/",
-            "PB_BuildType": "Checked"
+            "ConfigurationGroup": "Checked"
           }
         }
       ],