Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
Today customers targeting self-contained applications download the runtime packs at build time. This prevents offline scenarios with Visual Studio. This also impacts internal customers that install pre-release builds.
Describe the solution you'd like
Expand the existing runtime pack infrastructure used in the runtime repo today to the aspnet and windows desktop runtime packs.
- Do similar authoring to what exists in the runtime repo
- provide better descriptions than what is in the runtime repo
- Update the VS setupauthoring (see mail thread for link to existing authoring) to add the runtime pack as an optional component
- Add the baseline manifest into the installer repo
Drawbacks are that this could impact servicing codeflow in the future. The recommendation is to only produce these for windows versions that VS ships on (the idea being we still download for cross-compiling but for the RID that matches the OS, we can provide that to VS).
See email or ask marcpop for more details
Additional context
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels