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

Commits on Sep 22, 2021

  1. Make XHarness logs readable recursively (#7934)

    Files are created with bad permissions thanks to the launchctl workaround. Some of the logs produced by the Mono VM team are in folders so we need to chmod them recursively.
    premun authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    e036bd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Update Wix tools acquisition (#7947)

    Update the wix tooling acquisition so that it pulls in the new version that is required for .NET 6.
    mmitche authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    c7546c0 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotn…

    …et/linker (#7942)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/linker
    dotnet-maestro[bot] authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ab4eae7 View commit details
    Browse the repository at this point in the history
  3. Exclude symbols from publishing to symbol server (#7722)

    * Update doc
    
    * review comment
    epananth authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    fcd1fdb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Time-constrain user commands in XHarness workloads (#7936)

    We have to make sure that user commands are time-constrained so that we have buffer to call clean-up and send the telemetry at the end of the job.
    
    We do this by bumping the original work item timeout and setting a timeout for the injected user commands.
    premun authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    8f58bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ea0d86 View commit details
    Browse the repository at this point in the history
Loading