Commit 4547cf9
committed
fix(ci): disable MSTest Testing Platform for .NET 10 SDK compatibility
.NET 10.0.201 SDK has a protocol version mismatch with MSTest 3.8.3
Testing Platform mode - the SDK looks for protocol version 8 which
the current MSTest package doesn't support.
This disables Testing Platform mode in CI by passing MSBuild properties:
- EnableMSTestRunner=false
- TestingPlatformDotnetTestSupport=false
Reverts to classic VSTest adapter mode with --logger "trx" instead of
--report-trx.1 parent cb37e52 commit 4547cf9
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
61 | | - | |
| 67 | + | |
62 | 68 | | |
63 | | - | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
76 | | - | |
| 82 | + | |
77 | 83 | | |
78 | | - | |
| 84 | + | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
| |||
0 commit comments