Commit 371e4d0
Alex J Lennon
CI: Explicitly restore xunit before running tests
Add explicit restore step to ensure xunit is available in assets file
before running tests. This ensures xunit dependencies are properly
resolved and available during the build phase.
Sequence:
1. Clean obj/bin
2. Explicitly restore test project (ensures xunit in assets)
3. Run tests with --no-restore (uses pre-restored dependencies)
Tested locally - all 92 tests pass.1 parent 0b0624f commit 371e4d0
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | | - | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments