Commit 42af9c1
Alex J Lennon
FIX CI: Let dotnet test handle everything
Remove restore step and --no-restore flag. Let dotnet test handle
restore, build, and test in one atomic operation. This is the simplest
and most reliable approach - dotnet test knows how to restore and build
correctly without conflicts.
Tested locally - all 92 tests pass.1 parent 9223f39 commit 42af9c1
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 32 | | |
39 | | - | |
| 33 | + | |
40 | 34 | | |
41 | 35 | | |
42 | 36 | | |
| |||
0 commit comments