From 10eca8f52a5e768dcd728a9cb8905c9e0cc1897c Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 24 Aug 2026 14:00:28 -0700 Subject: [PATCH] Update Helix Job Monitor to 11.0.0-beta.26424.2 Use the promoted package containing the scalable result-processing rewrite and remove the temporary testing feed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f6ec29d9-df3d-405a-a823-571c6a18e447 --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index ace35d4fd66b..2986ea508209 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.helix.jobmonitor": { - "version": "11.0.0-beta.26414.2", + "version": "11.0.0-beta.26424.2", "commands": [ "dotnet-helix-job-monitor" ]