Commit dd9835d
check-version-bump: fall back to App.csproj when Directory.Build.props missing (#342)
Bootstrap fix for the v1.10.0 -> v1.11.0 release PR (#341). PR #315 (the
version-unification refactor that introduced Directory.Build.props)
landed on dev AFTER v1.10.0 was tagged, so main has never seen
Directory.Build.props — the main-side checkout step fails on Get-Content
with "Cannot find path".
Test-Path now prefers Directory.Build.props and falls back to the legacy
App.csproj location. Becomes dead code after #341 lands on main, but
harmless and self-documenting.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2666163 commit dd9835d
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | | - | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | | - | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
45 | | - | |
| 53 | + | |
46 | 54 | | |
47 | 55 | | |
48 | 56 | | |
0 commit comments