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: 70831f0
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff6cc4e
Choose a head ref
  • 20 commits
  • 27 files changed
  • 9 contributors

Commits on Feb 3, 2022

  1. Warnings were getting buried in binlogs; promote ALL SendAsync loggin…

    …g to Important (it's brief) and produce warnings for missing queues. (#8426)
    MattGal authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    6bf25f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    d043636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce59c71 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/arcade dotnet/linker (#8435)

    [main] Update dependencies from dotnet/arcade dotnet/linker
    dotnet-maestro[bot] authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    29ec10f View commit details
    Browse the repository at this point in the history
  4. Don't evaluate outer build targets in inner build (#8434)

    * Don't evaluate outer build targets in inner build
    
    This is a nit change but it showed up in an msbuild binlog and hence I felt like cleaning this up, now that we already split between inner and outer build via nuget conventions.
    
    * Update Microsoft.DotNet.Build.Tasks.TargetFramework.targets
    
    * Update Microsoft.DotNet.Build.Tasks.TargetFramework.props
    ViktorHofer authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1791916 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Dedupe workload packs (#8423) (#8436)

    * Dedupe workload packs
    
    * Replace HashSet with List
    joeloff authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    3cbeb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ca890 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    dda61e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4c413 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    00b6cce View commit details
    Browse the repository at this point in the history
  2. Simple script to check mirror status (#7993)

    * Simple script to check mirror status
    Checks the mirror state of a bunch of repos, based on local copies, optionally fetching them.
    
    * Change script name and add support for different release bands
    mmitche authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0edc3d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    3842fb5 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade (#8453)

    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade
    dotnet-maestro[bot] authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    7c24f34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e53db6 View commit details
    Browse the repository at this point in the history
  4. Enable IBM POWER platform (#8455)

    I've validated this locally, it's pretty much a copy-paste of the s390x version.
    
    Dotnet arch name (preferred by upstream) is ppc64le, but Ubuntu arch name is ppc64el due to a very very old (and now unfixable) endianness joke by the Debian folks, where bi-arch architectures get a big endian or endian little suffix
    Jo Shields authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    7f992da View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Generate sbom for arcade (#8424)

    * Generate sbom
    
    * typo
    
    * change artifact name
    
    * Use step template
    
    * update
    
    * minor fix
    
    * revert enableSbom flag
    
    * Test
    
    * Review comments
    
    * include packages
    
    * update path
    
    * comments
    
    * remove BuildComponent
    
    * revert
    
    * Added support to all platforms
    
    * Update for windows
    
    * Added comments
    
    * Review comments
    
    * move this as a part of job param
    
    * review comments
    
    * Test
    
    * minor fix
    
    * Test
    
    * add telemetry
    
    * Add default values
    
    * readding _
    
    * Keeping it consistent with bash script
    
    * More review comments
    
    * Update jobs template
    
    * add space to comments
    
    * Update condition for powershell task
    
    * Add an extra space
    
    * Update eng/common/templates/job/job.yml
    
    Co-authored-by: Ricardo Arenas <[email protected]>
    
    Co-authored-by: Ricardo Arenas <[email protected]>
    epananth and riarenas authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    78eaf78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd1e882 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotn…

    …et/sourcelink (#8460)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    b30863a View commit details
    Browse the repository at this point in the history
  4. add workaround for #8461 (#8463)

    riarenas authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a50e5e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Allow trimming out incompatible ProjectReferences (#8459)

    * Allow trimming out incompatible ProjectReferences
    
    Today filtering out incompatible inner builds happens in outer builds via hooking the DispatchToInnerBuild target. This works well when your project multi-targets and actually has an outer-build but for single target framework projects filtering isn't possible that way. Instead for traversal builds filter via the ResolveP2PReferences target.
    
    Also removing the RawTargetFrameworks attribute on ProjectReferences as it isn't required anymore as the TargetFrameworks attribute contains everything needed for the best target framework selection.
    ViktorHofer authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    ff6cc4e View commit details
    Browse the repository at this point in the history
Loading