Skip to content
代码片段 群组 项目
  • github-actions[bot]'s avatar
    33d20adf
    [release/7.0] source-build: support building aspnetcore using non-portable... · 33d20adf
    github-actions[bot] 创作于
    [release/7.0] source-build: support building aspnetcore using non-portable runtime packages. (#44978)
    
    - 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.
    - Invert PortableBuild checks.
    - Revert name change.
    
    Co-authored-by: default avatarTom Deseyn <tom.deseyn@gmail.com>
    未验证
    33d20adf
    历史
    [release/7.0] source-build: support building aspnetcore using non-portable...
    github-actions[bot] 创作于
    [release/7.0] source-build: support building aspnetcore using non-portable runtime packages. (#44978)
    
    - 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.
    - Invert PortableBuild checks.
    - Revert name change.
    
    Co-authored-by: default avatarTom Deseyn <tom.deseyn@gmail.com>