Skip to content

Rename SDKCustomCreateTestWorkItemsWithTestExclusion to CreateHelixTestWorkItems#55122

Open
Evangelink wants to merge 1 commit into
mainfrom
dev/amauryleve/followup-xunit-helix-rename
Open

Rename SDKCustomCreateTestWorkItemsWithTestExclusion to CreateHelixTestWorkItems#55122
Evangelink wants to merge 1 commit into
mainfrom
dev/amauryleve/followup-xunit-helix-rename

Conversation

@Evangelink

Copy link
Copy Markdown
Member

What

Follow-up to #55099 addressing @MichaelSimons's review feedback:

I personally think SDKCustomCreateTestWorkItemsWithTestExclusion is unwieldy but that is an existing problem. CreateHelixTestWorkItems would be better IMO.

Renames the MSBuild custom task class from SDKCustomCreateTestWorkItemsWithTestExclusion to the shorter, clearer CreateHelixTestWorkItems.

Changes

  • test/HelixTasks/SDKCustomCreateTestWorkItemsWithTestExclusion.cstest/HelixTasks/CreateHelixTestWorkItems.cs (via git mv, class renamed).
  • test/test-runner/TestRunner.targets: updated the UsingTask TaskName=… declaration and the task invocation to match the renamed class.

Naming-only cleanup — no functional change intended.

Validation

Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com

…stWorkItems

Addresses PR review feedback that the task name was unwieldy.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 2, 2026 17:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Renames the compiled MSBuild task used by the SDK’s custom Helix test runner infrastructure from SDKCustomCreateTestWorkItemsWithTestExclusion to CreateHelixTestWorkItems, and updates the corresponding UsingTask declaration and invocation in TestRunner.targets to match.

Changes:

  • Renamed the MSBuild task class (and file) to CreateHelixTestWorkItems.
  • Updated TestRunner.targets to use the new task name in both <UsingTask ... /> and the task call site.
Show a summary per file
File Description
test/test-runner/TestRunner.targets Updates the UsingTask mapping and the task invocation element name to CreateHelixTestWorkItems.
test/HelixTasks/CreateHelixTestWorkItems.cs Renames the task class to CreateHelixTestWorkItems (file moved/renamed accordingly).

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants