Commit c91f38e
chore(build): fix clean/clean-all inconsistency and remove redundant build step (#275)
* chore(build): fix clean/clean-all inconsistency and redundant build step
- clean no longer removes src/test obj/bin directories; the comment
already said it should preserve these (for faster incremental builds)
- clean-all now correctly adds the obj/bin removal on top of clean,
making it non-redundant (previously clean and clean-all did the same thing)
- remove redundant `dotnet build test` in test recipe; dotnet run
already performs an implicit build before executing
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chore(build): drop redundant dotnet build from test-native
`dotnet run --project` performs an implicit build, matching the
rationale already applied to the `test` recipe in this PR.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Dag Brattli <dag@brattli.net>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7dd78ba commit c91f38e
1 file changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
| 28 | + | |
31 | 29 | | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
47 | | - | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
56 | | - | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
| |||
0 commit comments