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

Commits on Mar 23, 2022

  1. Rename file of "Report an infrastructure issue" template so it appear…

    …s at the bottom (#8655)
    
    * change name of template O
    
    * rename
    AlitzelMendez authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    b30a9fb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#8664)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    4eea8fa View commit details
    Browse the repository at this point in the history
  2. Add alternative casings for finding NuGet.config file. (#7549)

    This allows us to find `NuGet.config` files that are named `NuGet.Config` or `nuget.config`, all of which are supported by NuGet.  In particular, `nuget.config` is actually the recommended casing for new projects on Linux so this may be increasingly common.
    
    I didn't add an error condition when none of these are found because Arcade does not always need to work with NuGet.config, so this defers the error to when it actually causes a problem.
    crummel authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    909c207 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Update dependencies from https://github.com/dotnet/sourcelink build 2…

    …0220324.2 (#8677)
    
    [main] Update dependencies from dotnet/sourcelink
    dotnet-maestro[bot] authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    fe8151d View commit details
    Browse the repository at this point in the history
  2. Change code-mirror to use Ubuntu build agent (#8449) (#8675)

    * Change code-mirror to use Ubuntu build agent
    
    The idea here is to improve throughput of code-mirror runs by switching from a Windows-based agent to a Linux-based agent. Linux-based agents provision faster. So this should reduce the overall time for a GitHub commit to reach the AzDO repo.
    
    I haven't tested this change since I don't have the necessary permissions or git understanding to fix something that might get screwed up.
    
    Fixes dotnet/core-eng#15402
    
    * Update PowerShell tasks to use PowerShell Core
    
    Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
    
    Co-authored-by: Matt Thalman <mthalman@microsoft.com>
    mmitche and mthalman authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    305085c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Update dependencies from https://github.com/dotnet/xharness build 202…

    …20323.1 (#8682)
    
    [main] Update dependencies from dotnet/xharness
    dotnet-maestro[bot] authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2c065c4 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/roslyn build 20220…

    …322.6 (#8683)
    
    [main] Update dependencies from dotnet/roslyn
    dotnet-maestro[bot] authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    9836903 View commit details
    Browse the repository at this point in the history
  3. Enable authenticated discovery of dotnet runtime packages (#8667)

    * Enable authenticated discovery of dotnet runtime packages
    
    * PR feedback: code cleanup
    chcosta authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    36d37f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ec9159 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Update Helix SDK readme with more info about Apple signing (#8690)

    Co-authored-by: Łukasz Patalas <dev@lukaszpatalas.pl>
    premun and lpatalas authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    1527dc8 View commit details
    Browse the repository at this point in the history
Loading