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

Commits on Mar 15, 2021

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

Commits on Mar 16, 2021

  1. Fix argument escaping when running Command (#7109)

    I found out the on Linux, commands were failing because every single one of them was escaped, so things like this would fail:
    ```
    dotnet "tool" "install" "--version" ... 
    ```
    
    I need this change for #7029
    premun authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    019356e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11222e9 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/roslyn dotnet/xharness dotnet/…

    …arcade mono/linker (#7098)
    
    [main] Update dependencies from dotnet/roslyn dotnet/xharness dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    faf3736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b80229c View commit details
    Browse the repository at this point in the history
Loading