Commit d9b2965
ci: add explicit step to copy xunit configuration to test output
Ensure xunit.runner.json is available to xUnit during test execution by
explicitly copying it after the build step. This guarantees the configuration
file is in place even if MSBuild's CopyToOutputDirectory doesn't work as
expected on the CI runner.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ae08089 commit d9b2965
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
0 commit comments