Skip to content

Move CoreCLR Helix tests to run XUnit on dotnet CLI instead of corerun #33185

@jkoritzinsky

Description

@jkoritzinsky

To enable to to get more fine-grained errors when running our test suite, we should move our Helix tests to pull down a dotnet CLI and run our tests against it with dotnet xunit.console.dll instead of corerun xunit.console.dll. This will allow us to get better diagnosability to test failures when the failure would cause xunit to not run our tests. It also moves us closer to running our tests with dotnet test.

See the Helix SDK Readme for docs on how to pull down a dotnet CLI as part of a Helix job.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions