Commit 77d73af
committed
Drop
`global.json` selects `Microsoft.Testing.Platform` as the test runner, which
does not accept the legacy VSTest `--logger "console;verbosity=normal"` form.
The argument was being misinterpreted as a project path and the runner
reported `Zero tests ran` with exit code 1 on every platform.
Removing the unused logger flag is enough -- the platform's default console
output is sufficient and all 17 tests pass locally with the same command.
https://claude.ai/code/session_017B9mN9F7C3pWGZRyoKBd6R--logger from dotnet test in cross-platform workflow1 parent ca669a0 commit 77d73af
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
0 commit comments