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/arcade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13b3423
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fd99417
Choose a head ref
  • 5 commits
  • 13 files changed
  • 6 contributors

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    2d3b101 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Haiku toolchain support (#10066)

    Co-authored-by: Trung <57174311+trungnt2910@users.noreply.github.com>
    jessicah and trungnt2910 authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fb7b35c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    6b0faa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f5157e View commit details
    Browse the repository at this point in the history
  3. Use min VS version in tools.ps1 InitializeVisualStudioMSBuild if glob…

    …al.json doesn't provide it (#10160)
    
    Otherwise running `eng\common\build.ps1 -msbuildEngine vs` results in an error if the global.json doesn't have a `vs` key (like we do in dotnet/runtime):
    
    ```
    The property 'vs' cannot be found on this object. Verify that the property exists.
    ```
    
    This is similar to what we do in https://github.com/dotnet/arcade/blob/b2dad1fa64b4b80f7f4480782cf4ebf2f5fbbcda/eng/common/sdk-task.ps1#L63-L65
    akoeplinger authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    fd99417 View commit details
    Browse the repository at this point in the history
Loading