Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert ref and runtime packs to use the SharedFramework SDK and Arcade's installer tooling #58612

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Add an sfxproj for the ref pack for Microsoft.AspNetCore.App. IT has …

    …the same contents except for some simplification of the analyzer layout and the PlatformManifest (which will be implemented correctly as part converting the runtime pack)
    jkoritzinsky committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ff532f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    c26b20d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff7845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    789e9bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edd7c4e View commit details
    Browse the repository at this point in the history
  5. Use traversal projects to ensure that building the runtime archive pr…

    …ojects directly restores the sfxprojs.
    jkoritzinsky committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ef9422e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b6dd92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6de9ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad492ac View commit details
    Browse the repository at this point in the history
  9. Publish from the new-style projects to the correct subfolders for con…

    …suming projects to pick up.
    jkoritzinsky committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cf0e833 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    8590cb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ab929 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a3d39 View commit details
    Browse the repository at this point in the history
  4. Replace old shared framework projects and Linux installers with the n…

    …ew sfxproj and archive-based projects
    jkoritzinsky committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8df753c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec21b15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    214ede2 View commit details
    Browse the repository at this point in the history
  7. Don't reference the installers package on Windows. We don't want to b…

    …uild MSIs with this tooling (yet)
    jkoritzinsky committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d46c78a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    940cba6 View commit details
    Browse the repository at this point in the history
  9. Profive projects to build when only -buildinstallers is passed. This …

    …ensures we don't try to build AspNetCore.sln
    jkoritzinsky committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    46431f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d19ea9a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    332b97b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    3e7e74b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc4ecf View commit details
    Browse the repository at this point in the history