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/sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5c54021
Choose a base ref
...
head repository: dotnet/sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7d8e810
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 26, 2022

  1. Use implicit package reference for ILC build package (#28690)

    This removes the bundled ILCompiler bits from the SDK, and
    instead uses implicit PackageReference to import targets that
    correctly match the ILCompiler package version.
    
    Also adds validation that the explict PackageReference scenario
    uses the expected ILCompiler host and target bits. It doesn't
    include 8.0 tests.
    sbomer authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    dac29ee View commit details
    Browse the repository at this point in the history
  2. Ensure workload installers can be read by other users (#28608)

    * Ensure workload installers can be read by other users
    
    * Set descriptor using SDDL string
    
    * Address PR feedback
    joeloff authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7d8e810 View commit details
    Browse the repository at this point in the history
Loading