From 36d8dfcaa156d182ed904b9b053b698950e47450 Mon Sep 17 00:00:00 2001 From: Matous Kozak Date: Mon, 24 Feb 2025 10:41:54 +0100 Subject: [PATCH] Add runtime-extra-platforms to build analysis --- eng/build-analysis-configuration.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/build-analysis-configuration.json b/eng/build-analysis-configuration.json index d647594ab402ae..7ec61424d5c411 100644 --- a/eng/build-analysis-configuration.json +++ b/eng/build-analysis-configuration.json @@ -7,6 +7,10 @@ { "PipelineId": 133, "PipelineName": "runtime-dev-innerloop" + }, + { + "PipelineId": 154, + "PipelineName": "runtime-extra-platforms" } ] }