Fallout-build / Fallout-build/Fallout
CI: split Build / Test / Pack(+Release) into discrete stages
Open
enhancement
target/vCurrent
- Dominant language
- C#
- Stars
- 154
- Forks
- 19
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 15
Description
Today CI runs `dotnet fallout Test Pack` as one step. Split into discrete Build → Test → Pack(+Release) stages/targets so:
- `experimental` can do **build + unit-test only** cheaply (then push GH Packages),
- failures are attributable (compile vs test vs pack),
- pack/publish is its own gated stage.
Structural — coordinate with the 3-tier realignment.
Contributor guide
Assessment
This issue has not been assessed yet.