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

Commits on Sep 21, 2022

  1. Drop explicit import in BuildIbcTrainingSettings (#10940)

    The file that was to be imported was deleted in 7e7bf28, but
    the import remained, causing an MSB4019 error.
    
    Fixes #10939.
    rainersigwald authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    09c27cd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

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

Commits on Oct 3, 2022

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

Commits on Oct 4, 2022

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

Commits on Oct 7, 2022

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

Commits on Oct 11, 2022

  1. Remove redundant arguments - these properties are set by repos based …

    …on value of DisableSourceLink property (#11191)
    NikolaMilosavljevic authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c229091 View commit details
    Browse the repository at this point in the history
  2. Set up Codeql 3000 pipeline for Arcade release/7.0 (#11216)

    * Switch from Guardian based to CodeQL3000 task version of CodeQL execution (release/7.0 version)
    
    * Needs to run on -Svc machines (release branch)
    MattGal authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f760da3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. [release/7.0] Update to rc2 build (#11231)

    * Update to RC2 build
    
    * Update aspnetcore version
    mmitche authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b5cbf51 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Update default msbuild for sdk tasks (#11266)

    rc2 requires 17.3.0+. Should fix sign-check error in arcade-validation
    mmitche authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    02e2831 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Bump the target framework to net7.0 since net5.0 is no longer support…

    …ed by the sdk in arcade (#11284)
    lewing authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    3083cc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

Commits on Nov 7, 2022

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

Commits on Nov 8, 2022

  1. [release/7.0] Update to RTM build (#11547)

    * Update to RTM build
    
    * Update aspnet runtime version
    mmitche authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3f3c360 View commit details
    Browse the repository at this point in the history
Loading