-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert ref and runtime packs to use the SharedFramework SDK and Arca…
…de's installer tooling (#58612) * 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) * Add sfxproj-based runtime framework project * Produce the targeting pack archives * Build the runtime archive. There's some extra rebuilding now, so need to look into that. * Add a (mostly correct, some TODOs) composite runtime image and archive. * Use traversal projects to ensure that building the runtime archive projects directly restores the sfxprojs. * Add the new .deb packaging to the targeting pack * Add the aspnetcore runtime deb package to the sfxproj * Enable building RPM packages * Publish from the new-style projects to the correct subfolders for consuming projects to pick up. * Remove a TODO that's being addressed * Add support for partial R2R rooting based on dotnet/sdk#44436 * Reuse global properties and remove TODO addresed in corresponding Arcade PR. * Replace old shared framework projects and Linux installers with the new sfxproj and archive-based projects * Remove the NoTargets SDK, ended up using the Traversal SDK instead. * Fix path to runtime pack for manifest * Don't reference the installers package on Windows. We don't want to build MSIs with this tooling (yet) * Fix reference from aspnetcore-runtime and sequence the projects into the build better * Profive projects to build when only -buildinstallers is passed. This ensures we don't try to build AspNetCore.sln * Fix the path of the runtime list for testing. * Set property with file name * Disable APICompat for the archive projects. * Fix expected output directory for deb/rpm/targz/zip to be the shipping packages output. * Fix including zips (as wixpacks are still in the intsallers folder) * Build the shared frameworks via the transitive SDK proj only and make the native project references "just work" without a separate target. * Add PGO data via direct references to the MIBC files instead of flowing them through a different manner (that doesn't work) * Don't exclude the runtime archive traversal proj from the source-only build. * Add some makedirs * Don't try to extract the runtime we skipped downloading * Always prefer the ref assemblies in the transport pack over the impl assemblies when building the ref pack. * Add the right PackageOverrides.txt entries and make sure we exclude analyzers from the expected PackageOverrides list (they aren't supposed to be there) * Enable building all projects using the sharedfx sdk in source-build * Don't exclude the composite archive from source build. * Write out the aspnetcore_base_runtime.version file * Update aspnetcore-base-runtime.proj * Don't R2R when explicitly requested not to * Update .NET SDK to get composite image fix * Use the new RPM tooling and build debs/rpms in the regular build step (instead of as separate steps) * Remove rpmpkg references and update ref pack baseline version * Fix version string * Remove installers group on Build.props as the "managed" build will now correctly trigger debs/rpms when requested * Use Arcade RPM tooling for the Runtime sfxproj * Revert "Update .NET SDK to get composite image fix" This reverts commit b1b144d. * Don't pack the ref pack when only packing rid-specific packages * Remove RpmOwnedDirectory items as they're now provided by the SharedFramework SDK. * Don't build installers in source-build * Pass linux installer/archive artifacts over to the signing jobs * Don't publish the unsigned build if we're not doing post-build signing. We'll publish from the signing job. * Bulid installers on Linux-arm64 * Set the InstallerPackageDescription property to also set the description for installers (after dotnet/arcade#15308 flows) --------- Co-authored-by: Igor Velikorossov <RussKie@users.noreply.github.com>
- Loading branch information
1 parent
7a5e55e
commit 7949421
Showing
79 changed files
with
751 additions
and
3,797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.