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/aspnetcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 437fd5a
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9b4775d
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 30, 2022

  1. Pin language version in release branch (#43629)

    We shouldn't be using new language features in a patch, keep that stuff in main!
    BrennanConroy authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a636bbe View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/efcore build 20220…

    …830.1 (#43641)
    
    [release/7.0] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d5d6608 View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/runtime build 2022…

    …0830.3 (#43643)
    
    [release/7.0] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2939ac1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Use normal $(_BuildArgs) in internal jobs w/ binlogs (#43597)

    - give `$(*LogArgs)` variables slightly different conditions from `$(_BuildArgs)`, `$(_PublishArgs)`, …
      - that is, previous variable groupings were slightly off
    - enabling binary logs previously broke manifest creation etc.
    dougbu authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    59c87f6 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/efcore build 20220…

    …830.3 (#43645)
    
    [release/7.0] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    6b05bc5 View commit details
    Browse the repository at this point in the history
  3. [release/7.0] Set MSBUILDLOGALLENVIRONMENTVARIABLES in most CI jobs (

    …#43644)
    
    - should affect most of our pipelines though not a few post-build jobs
    - as we saw in #43028, binary logs no longer include all environment variables by default
      - this change captures the environment variables not visibly referenced in our projects etc.
      - fix avoids a need to add the override later to debug an issue, at the cost of larger .binlog files
    dougbu authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    6b02007 View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/efcore build 20220…

    …830.7 (#43648)
    
    [release/7.0] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    0a79c1c View commit details
    Browse the repository at this point in the history
  5. [release/7.0] Update dependencies from dotnet/runtime dotnet/efcore (#…

    …43649)
    
    [release/7.0] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    181ddaa View commit details
    Browse the repository at this point in the history
  6. Update dependencies from https://github.com/dotnet/runtime build 2022…

    …0830.11 (#43652)
    
    [release/7.0] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    9b4775d View commit details
    Browse the repository at this point in the history
Loading