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

[release/7.0] source-build: support building aspnetcore using non-portable runtime packages. #44978

Merged
merged 4 commits into from
Nov 10, 2022

Commits on Nov 9, 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 authored and github-actions committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    bc1c32a View commit details
    Browse the repository at this point in the history
  2. Invert PortableBuild checks.

    tmds authored and github-actions committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c14e153 View commit details
    Browse the repository at this point in the history
  3. Revert name change.

    tmds authored and github-actions committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    754c930 View commit details
    Browse the repository at this point in the history
  4. Capture more binary logs

    - get logs for most CI jobs (not Code Check or Helix x64)
    dougbu committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    b6cf507 View commit details
    Browse the repository at this point in the history