Commit 613eaa7
committed
fix(case): rename ARCP.{UnitTests,IntegrationTests} dirs to Arcp.*; fix test workflow
- git rm --cached / git add to consolidate uppercase ARCP.UnitTests/ and
ARCP.IntegrationTests/ into mixed-case Arcp.UnitTests/ and
Arcp.IntegrationTests/ in the git index, matching the paths already
referenced in ARCP.slnx. Invisible on macOS (case-insensitive FS)
but creates a split directory on Linux that causes MSB3202.
- Update .github/workflows/test.yml:
ARCP.sln → ARCP.slnx (Restore, Format check, Build steps)
tests/ARCP.UnitTests/ARCP.UnitTests.csproj
→ tests/Arcp.UnitTests/Arcp.UnitTests.csproj (Test step)1 parent e7a903d commit 613eaa7
11 files changed
Lines changed: 4 additions & 4 deletions
File tree
- .github/workflows
- tests
- Arcp.IntegrationTests
- Arcp.UnitTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments