arcade-services icon indicating copy to clipboard operation
arcade-services copied to clipboard

Remove `packageVersion` from the `source-manifest.json`

Open premun opened this issue 3 years ago • 0 comments

The packageVersion attribute is used to feed into the build to create the exact build versions over again (git-info files). However, the git-info files are more complete in this respect, since they also have the OfficialBuildId.

The plan is:

  • VMR-lite - Keep the parts of the git-info files that are required for source-build build to reproduce Microsoft's version numbers. Remove the rest.
  • VMR-lite - Remove this field (use only the git-info files)
  • VMR - Remove git-info files

premun avatar Oct 21 '22 10:10 premun