From 2a88e47cf26e69e02cafc83121af97b2cd5d0b52 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 28 Aug 2026 06:32:07 -0700 Subject: [PATCH] [release/11.0-rc1] Update Helix Job Monitor to 11.0.0-beta.26427.10 (#132868) Updates Microsoft.DotNet.Helix.JobMonitor to 11.0.0-beta.26427.10 from dotnet/arcade commit 2cdfe99944d984749c8bdfc7d8d6a2589ed15d6d. Build: https://dev.azure.com/dnceng/internal/_build/results?buildId=3059358 Re-enables the Helix Job Monitor in the runtime pipeline. The history audit since 2026-08-22 found no recent disable commit on this release branch, so only the runtime.yml monitor variable is restored. Copilot-Session: 8b8f5df4-d7f7-4953-93af-59c1932e3607 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- eng/pipelines/runtime.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8c7cd58dba3fda..9d97dc3138585a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -27,7 +27,7 @@ ] }, "microsoft.dotnet.helix.jobmonitor": { - "version": "11.0.0-beta.26420.103", + "version": "11.0.0-beta.26427.10", "commands": [ "dotnet-helix-job-monitor" ] diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 54bbcbf6ead703..46869be7fcc6af 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -24,7 +24,7 @@ This file should be imported by eng/Versions.props 11.0.0-beta.26420.103 11.0.0-beta.26420.103 11.0.0-beta.26420.103 - 11.0.0-beta.26420.103 + 11.0.0-beta.26427.10 11.0.0-beta.26420.103 11.0.0-beta.26420.103 11.0.0-beta.26420.103 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd1a78a79e08db..6b3d93baa68129 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,9 +67,9 @@ https://github.com/dotnet/dotnet 1d599674e31ad86ca9e6e1dad7055b531e4d58e4 - - https://github.com/dotnet/dotnet - 1d599674e31ad86ca9e6e1dad7055b531e4d58e4 + + https://github.com/dotnet/arcade + 2cdfe99944d984749c8bdfc7d8d6a2589ed15d6d https://github.com/dotnet/dotnet diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index af2fc6e3392cf5..7d906fa39e3d61 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -50,7 +50,7 @@ pr: variables: - template: /eng/pipelines/common/variables.yml - name: enableHelixJobMonitor - value: false + value: true - template: /eng/pipelines/helix-platforms.yml extends: