Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8766d1d
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d17b813
Choose a head ref
  • 3 commits
  • 14 files changed
  • 5 contributors

Commits on Jul 22, 2021

  1. [release/6.0-preview7] [mono] Split iOS/tvOS/MacCatalyst runtime pack…

    …s into their own workload (#56128)
    
    * Split iOS/tvOS/MacCatalyst runtime packs into their own workloads
    
    The runtime packs need to be installable on Windows and need to be in their own workload as a result.
    
    The microsoft-net-runtime-ios/tv/maccatalyst workloads will still function the same by extending the new
    runtimes-* workloads.
    
    * few tweaks
    
    * Cleanup description
    
    Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
    github-actions[bot] and Steve Pfister authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    e954156 View commit details
    Browse the repository at this point in the history
  2. Stop building RPMs and Debs during PGO builds (#56167)

    Co-authored-by: Andy Gocke <angocke@microsoft.com>
    github-actions[bot] and agocke authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    49e2f16 View commit details
    Browse the repository at this point in the history
  3. Build VS installers for WebAssembly and Mobile workloads (#55769) (#5…

    …6127)
    
    In order to support generating installers, this change adds the mono.workloads subset and the associated yml.
    
    Co-authored-by: Jo Shields <directhex@apebox.org>
    steveisok and directhex authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d17b813 View commit details
    Browse the repository at this point in the history
Loading