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: bf47db2
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 025103b
Choose a head ref
  • 17 commits
  • 28 files changed
  • 8 contributors

Commits on Aug 30, 2022

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

Commits on Sep 6, 2022

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

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    058d556 View commit details
    Browse the repository at this point in the history
  2. Fix for msbuild server - InstallDotNetCore task redirects its outputs (

    …#10629) (#10753)
    
    * Redirect InstallDotNetCore child processes stdout and stderr
    MattGal authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    eb46b06 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Updating SDK and compiler versions to RC1 (#10724)

    * Updating SDK and compiler versions to RC1
    
    * Updating the SDK version
    joperezr authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    72ccf7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ed48e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

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

Commits on Sep 12, 2022

  1. Work around path length issue when repacking some wixpacks (#10813)

    The wixpacks were extracted to a unique folder. Becuase the base temp path was already a little long, this sent the arm64 bundle over the edge into path too long territory. Shorten.
    mmitche authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a8b7456 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. [release/7.0] Update RC 1 SDK to released (#10859)

    * Update RC 1 SDK to released
    
    * Update roslyn to match SDK
    mmitche authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    720af49 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. [main] Update dependencies from dotnet/xharness dotnet/arcade dotnet/…

    …sourcelink (#10898)
    
    [main] Update dependencies from dotnet/xharness dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3c58477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79d6940 View commit details
    Browse the repository at this point in the history
  3. Revert internal pool changes

    mmitche committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    00c1972 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10926 from mmitche/merge-from-7.0

    Merge from 7.0
    mmitche authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    066a2b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Enable use of multiple manifests (#10860)

    When there are multiple source-build platforms, the manifest files will end up the same name (typically) unless set explicitly.
    mmitche authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    00e07eb View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#10938)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    936a585 View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/roslyn build 20220…

    …915.2 (#10905)
    
    [main] Update dependencies from dotnet/roslyn
    dotnet-maestro[bot] authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    48427cf View commit details
    Browse the repository at this point in the history
  4. Fix BuildIbcTrainingSettings proj evaluation (#10941)

    Reported in #10939.
    
    7e7bf28 forgot to remove the Directory.Builds.targets import in the VisualStudio.BuildIbcTrainingSettings.proj project.
    ViktorHofer authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    025103b View commit details
    Browse the repository at this point in the history
Loading