dotnet / dotnet/arcade-services
darc should not know about release package layout
- Dominant language
- C#
- Stars
- 86
- Forks
- 86
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 35
Description
The release package layout is generated during gather-drop. This package layout categorizes packages by their owner, which enables nuget pushes later on.
This is not ideal:
- Changes to package layout (where packages are built) require Maestro rollouts
- Maestro has no reason to know about the release process.
This release package layout should either be generated in staging, or ideally not exist at all in staging. It's yet another copy of the build outputs. It would be better for the release pipeline just to use the normal signed drop.
### Release Note Description
Not release note worthy
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.