dotnet / dotnet/arcade-services
PushMetadataToBuildAssetRegistry should not duplicate info between the signing element and the top level manifest element
Open
- Dominant language
- C#
- Stars
- 86
- Forks
- 86
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 35
Description
The PMTBAR merged manifest duplicates:
- The build id
- The project
- The collection uri (based off the account)
```
...
...
```
These should not exist in the SigningInformation element. The duplication of data is harder to maintain and change.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.