Skip to content

[DO NOT MERGE] [NO REVIEW] Run all build legs#128477

Draft
premun wants to merge 1 commit into
dotnet:mainfrom
premun:prvysoky/run-all-legs
Draft

[DO NOT MERGE] [NO REVIEW] Run all build legs#128477
premun wants to merge 1 commit into
dotnet:mainfrom
premun:prvysoky/run-all-legs

Conversation

@premun
Copy link
Copy Markdown
Member

@premun premun commented May 22, 2026

Copilot AI review requested due to automatic review settings May 22, 2026 11:21
@premun premun added NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) NO-REVIEW Experimental/testing PR, do NOT review it labels May 22, 2026
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR changes the evaluate-changed-paths.sh pipeline helper to always report “contains change” by unconditionally setting the Azure DevOps output variable to true, bypassing the include/exclude path diff evaluation logic.

Changes:

  • Adds an unconditional early-return in probePaths() that sets the pipeline variable to true for every subset.
  • Skips all subsequent exclude/include/combined probing and matched-path reporting.

Comment on lines +148 to +152
echo ""
echo "Temporarily forcing changed files for $_subset"
echo "Setting pipeline variable $_azure_devops_var_name=true"
Write-PipelineSetVariable -name $_azure_devops_var_name -value true
return 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Infrastructure NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) NO-REVIEW Experimental/testing PR, do NOT review it

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants