Commit 764cad8
committed
fix(ci): bypass ARCP.slnx in publish; iterate src/*/ to avoid Linux case-sensitivity failures
ARCP.slnx references src/Arcp/Arcp.csproj and src/Arcp.Cli/Arcp.Cli.csproj
(lowercase), but the actual git-tracked paths are src/ARCP/ARCP.csproj and
src/ARCP.Cli/ARCP.Cli.csproj (uppercase). On case-insensitive macOS these
resolve identically; on Linux they fail with MSB3202.
Fix: replace all dotnet restore/build calls that used ARCP.slnx with a
shell glob over src/*/ which expands to the filesystem-actual directory
names, matching exactly what git tracks.1 parent 9827098 commit 764cad8
1 file changed
Lines changed: 16 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | | - | |
90 | | - | |
| 97 | + | |
| 98 | + | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| |||
0 commit comments