Update Helix Job Monitor to 11.0.0-beta.26427.10 - #68874
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8b8f5df4-d7f7-4953-93af-59c1932e3607
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repo-pinned Microsoft.DotNet.Helix.JobMonitor tool to a newer Arcade build (11.0.0-beta.26427.10) and re-enables Helix Job Monitor execution in Azure Pipelines now that the fixed tool build is available.
Changes:
- Bump Helix Job Monitor version across dependency metadata (
Version.Details.xml/.props) and the local .NET tool manifest (dotnet-tools.json). - Remove the temporary pipeline “kill switch” and run Helix Job Monitor unconditionally in the affected Helix pipelines by setting
/p:EnableHelixJobMonitor=trueand always including the monitor job template.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| eng/Version.Details.xml | Updates Helix Job Monitor dependency metadata (version/URI/SHA) to the specified Arcade build. |
| eng/Version.Details.props | Updates the pinned Helix Job Monitor package version property used by repo build infrastructure. |
| .config/dotnet-tools.json | Updates the restored local tool version for microsoft.dotnet.helix.jobmonitor. |
| .azure/pipelines/template-tests-pr.yml | Re-enables the monitor by hardcoding /p:EnableHelixJobMonitor=true and always running the monitor job. |
| .azure/pipelines/identitymodel-helix-matrix.yml | Same re-enable pattern for IdentityModel Helix matrix pipeline. |
| .azure/pipelines/helix-matrix.yml | Same re-enable pattern for the scheduled full Helix matrix pipeline. |
| .azure/pipelines/ci.yml | Same re-enable pattern for CI Helix subsets and the monitor job. |
| .azure/pipelines/ci-unofficial.yml | Same re-enable pattern for unofficial CI Helix subsets and the monitor job. |
| .azure/pipelines/ci-public.yml | Same re-enable pattern for public CI Helix subsets and the monitor job. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Member
|
/ba-g failures unrelated |
premun
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Microsoft.DotNet.Helix.JobMonitor tool plus dependency metadata to the fixed 11.0.0-beta.26427.10 Arcade build.
Build: https://dev.azure.com/dnceng/internal/_build/results?buildId=3059358
This also reverts the temporary Helix Job Monitor disablement now that the fixed build is available.