Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Aug 9, 2023

  1. port retain build script from main (#13948)

    * port retain build script from main
    
    * Exclude retain-build.ps1 script from the telemetry check
    dkurepa authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c6613f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

    …30801.2 (#13957)
    
    [release/6.0] Update dependencies from dotnet/xharness
    dotnet-maestro[bot] authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d6098d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 14, 2023

  1. [release/6.0] Bump a few package versions (#14000)

    - small part of dotnet/dnceng#345
    - bump Azure.Data.Tables to v12.8.1
    - replace Microsoft.IdentityModel.Clients.ActiveDirectory with Microsoft.Identity.Client
      - part of dotnet/dnceng#629
    - bump NuGet.* to v6.7.0
      - part of https://dev.azure.com/dnceng/internal/_workitems/edit/5128
      - part of https://dev.azure.com/dnceng/internal/_workitems/edit/5129
      - left both `$(NuGetVersioningVersion)` and `$(NuGetVersion)` to minimize disruption
        - see #12333 change in 'main' for a counter-example
      - react to deprecation of `ContentItemCollection.FindItemGroups(...)`
      - react to removal of `SignatureVerificationProviderFactory`
      - react to `VerifySignaturesResult` API changes (`Valid` to `IsValid`)
    - bump NewtonSoft.Json to v13.0.3
    - nits:
      - remove unused `$(...Version)` properties
      - remove a bit of dead code and unused `using`s in changed files
    dougbu authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ea07441 View commit details
    Browse the repository at this point in the history
  2. Remove GitSync (#14029)

    Co-authored-by: Viktor Hofer <[email protected]>
    mmitche and ViktorHofer authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3b14435 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Oct 11, 2023

  1. Update global.json (#14100)

    mmitche authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    330cedf View commit details
    Browse the repository at this point in the history
  2. Remove sleet and (some) tendrils (#14107)

    This is a slightly less expansive version of the main refactoring that removed sleet. I attempted to port that, but it's more extensive and I am more risk averse in 6.0/7.0. This basically removes the sleet reference, then NYIs the codepaths leading to it.
    mmitche authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    06ccd94 View commit details
    Browse the repository at this point in the history
Loading