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

source-build: support building aspnetcore using non-portable runtime packages. #43937

Merged
merged 3 commits into from
Sep 29, 2022

Commits on Sep 13, 2022

  1. source-build: support building aspnetcore using non-portable runtime …

    …packages.
    
    Currently source-build performs 'runtime-portable' build that produces 'linux-{arch}'
    packages that are used when building ASP.NET Core.
    
    With this change, we can use the non-portable packages that are produced by the
    source-build 'runtime' build, and eliminate the 'runtime-portable' build.
    tmds committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4e92a77 View commit details
    Browse the repository at this point in the history
  2. Invert PortableBuild checks.

    tmds committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    82414df View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Revert name change.

    tmds committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e4bbdd0 View commit details
    Browse the repository at this point in the history