Commit 0b0624f
Alex J Lennon
Fix CI: Let dotnet test handle restore and build
The simplest solution - just run dotnet test without --no-restore or --no-build.
It will restore, build, and test all in one go. This avoids the complexity
of trying to manage restore/build steps separately.
Tested locally - all 92 tests pass.1 parent 11111d5 commit 0b0624f
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 32 | | |
36 | | - | |
| 33 | + | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| |||
0 commit comments