Commit 818a652
committed
fix(ci): restore --no-restore drop + build-number offset to keep continuity
- Dockerfile: drop --no-restore on dotnet publish. BuildKit cache mounts only exist for the duration of a single RUN, so the cache from the prior 'dotnet restore' is gone when 'publish' starts; passing --no-restore made publish fail with NETSDK1064 (package not found). Re-mounting the cache keeps the second restore essentially free.
- main.yml + feature.yml: add +247 offset to github.run_number so numbering continues from the previous git-count value (~252) instead of restarting at 1.
Fixes failing main.yml run #5.1 parent 760fa02 commit 818a652
3 files changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | | - | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments