Skip to content

CI: split Build / Test / Pack(+Release) into discrete stages #324

Description

@ChrisonSimtian

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions