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

[build] produce multiple "flavors" of runtime packs #9538

Merged
merged 3 commits into from
Nov 26, 2024

Commits on Nov 21, 2024

  1. [build] produce multiple "flavors" of runtime packs

    Right now our runtime packs are all identical for each .NET "runtime",
    but we want to be able to produce different packs, such as:
    
        Microsoft.Android.Runtime.Mono.35.android-arm
        Microsoft.Android.Runtime.Mono.35.android-arm64
        Microsoft.Android.Runtime.Mono.35.android-x86
        Microsoft.Android.Runtime.Mono.35.android-x64
        Microsoft.Android.Runtime.NativeAOT.35.android-arm
        Microsoft.Android.Runtime.NativeAOT.35.android-arm64
        Microsoft.Android.Runtime.NativeAOT.35.android-x86
        Microsoft.Android.Runtime.NativeAOT.35.android-x64
    
    Currently, the contents of all these packs are identical, but this is
    an initial step to build multiple packs.
    
    The plan is for the workload to only install the "Mono" packs, and the
    "NativeAOT" packs can be restored via NuGet.
    jonathanpeppers committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a10fe2a View commit details
    Browse the repository at this point in the history
  2. Update XASdkTests.cs

    jonathanpeppers committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2acfc8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32937da View commit details
    Browse the repository at this point in the history