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

Commits on Jul 28, 2022

  1. Add references to newtonsoft.json for transitive version pinning (6.0…

    …) and GC (#10169)
    
    * Upgrade NewtonsoftJsonVersion to necessary projects
    
    * Upgrade AzureStorageBlobsVersion
    
    * feedback
    AlitzelMendez authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    73f43b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Major rollforward on SBOM ManifestTool (#10137)

    The ManifestTool targets .NET Core 3.1, which is not available in most Arcade repos. Adding it to global.json as a required "test" runtime breaks restore + build on ARM64 systems, which isn't ideal.
    
    Instead, force rollforward to the latest major runtime even though the application's manifest doesn't specify that.
    
    Works around microsoft/dropvalidator#454.
    rainersigwald authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    b62d025 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Revert azure storage blob gc changes (#10249)

    * Rever azure storage blob gc
    
    * Revert azure storage blob gc
    AlitzelMendez authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    44a4634 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

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

Commits on Aug 11, 2022

  1. Fix versioning errors in workloads (#10363)

    * Fix versioning errors in workloads
    
    * Disable TRX tests while reporting to AZDO is broken (#10358) (#10380)
    
    Co-authored-by: Matt Galbraith <MattGal@users.noreply.github.com>
    joeloff and MattGal authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    778552f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. [release/6.0] Move to latest SDK (#9994)

    * [release/6.0] Move to latest SDK
    dougbu authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    41323ec View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Additional fixes for workloads/multitargeting (#10488)

    * Additional fixes for workloads/multitargeting
    
    * Clean up formatting
    
    * Use C:\Users\joeloff\AppData\Local\Temp for creating workload content
    
    * Stablize the manifest package ID in VS
    joeloff authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    b851fe8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Use svc pool provider in all release/6.0 builds (#10572)

    * Move all pipelines not previously -Svc-ified to -Svc
    
    * Update azure-pipelines-richnav.yml
    
    Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
    MattGal and mmitche authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3d8fe3c View commit details
    Browse the repository at this point in the history
Loading