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

Commits on Jun 29, 2022

  1. Remove (EOL 6/30/2022) Debian 9 usage. Add FailOnMissingTargetQueue p…

    …roperty usage to keep working if target queue is removed as long as 1+ remains. (#9850)
    MattGal authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    b9de3d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

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

Commits on Jul 15, 2022

  1. [release/3.x] Update dependencies from dotnet/arcade (#8776)

    * Update dependencies from https://github.com/dotnet/arcade build 20220309.6
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild
     From Version 1.0.0-beta.22077.9 -> To Version 1.0.0-beta.22159.6
    
    * Update dependencies from https://github.com/dotnet/arcade build 20220412.4
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild
     From Version 1.0.0-beta.22077.9 -> To Version 1.0.0-beta.22212.4
    
    * Update dependencies from https://github.com/dotnet/arcade build 20220510.3
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild
     From Version 1.0.0-beta.22077.9 -> To Version 1.0.0-beta.22260.3
    
    * Update dependencies from https://github.com/dotnet/arcade build 20220614.5
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild
     From Version 1.0.0-beta.22077.9 -> To Version 1.0.0-beta.22314.5
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    098a8d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Remove hosted build usage, hoping this also addresses an issue with s…

    …igning validation in arcade rel/3.x (#10048)
    MattGal authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    8b77999 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

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

Commits on Jul 26, 2022

  1. Port fix for #9864 to release/3.x branch; Prevent file handle problem…

    …s by removing usage of "WriteLinesToFile" and instad using echo commands from before test starts (#10147)
    MattGal authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    18d98fc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

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

Commits on Jul 28, 2022

  1. Add references to newtonsoft.json for transitive version pinning (3.x) (

    #10170)
    
    * Upgrade Newtonsoft from 9.01 to 13.01 Try 01
    
    * Upgrade Newtonsoft from 9.01 to 13.01 Try 02
    
    * More upgrades 3.X
    
    * Missing 3.x
    AlitzelMendez authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    0de02c6 View commit details
    Browse the repository at this point in the history
Loading