From 8309c700cf89fe851aee52da7019b74d858ec41f Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Wed, 21 Feb 2024 14:24:06 -0800 Subject: [PATCH] Add runtime-dev-innerloop to Build Analysis tracking (#98768) --- 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 7f532220c10..d647594ab40 100644 --- a/eng/build-analysis-configuration.json +++ b/eng/build-analysis-configuration.json @@ -3,6 +3,10 @@ { "PipelineId": 129, "PipelineName": "runtime" + }, + { + "PipelineId": 133, + "PipelineName": "runtime-dev-innerloop" } ] }