-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
area-release-infraRelease infrastructure owned by .NET Product ConstructionRelease infrastructure owned by .NET Product Construction
Description
The input source for these versions is the source-manifest.json file. That one points to the SHA and package version produced by the Arcade repository. There are several issues with that:
- The version points to the Arcade published by the standalone Arcade repository's official build but a re-bootstrap should use the Arcade from the VMR. Otherwise changes will lag behind until the Arcade official build has all the required backflow updates.
- The packageVersion metadata will go away soon (together with the git-info files)
- We want the outgoing not the incoming version of Arcade, the version that's inside the PSB artifacts.
- The SHA should be a dotnet/dotnet SHA
Noticed in dotnet/dotnet#591
The VerticalManifest.xml which is part of the artifacts payload should probably used to find any produced version (Arcade & .NET SDK).
Metadata
Metadata
Assignees
Labels
area-release-infraRelease infrastructure owned by .NET Product ConstructionRelease infrastructure owned by .NET Product Construction
Type
Projects
Status
Done