[release/7.0] source-build: support building aspnetcore using non-portable...
[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:
Tom Deseyn <tom.deseyn@gmail.com>
显示
- Directory.Build.props 2 个添加, 0 个删除Directory.Build.props
- eng/Common.props 2 个添加, 0 个删除eng/Common.props
- eng/Dependencies.props 2 个添加, 0 个删除eng/Dependencies.props
- eng/tools/GenerateFiles/Directory.Build.targets.in 9 个添加, 0 个删除eng/tools/GenerateFiles/Directory.Build.targets.in
- src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj 1 个添加, 1 个删除...ps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj
- src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj 3 个添加, 2 个删除...k/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
- src/Tools/Directory.Build.targets 1 个添加, 1 个删除src/Tools/Directory.Build.targets
想要评论请 注册 或 登录