-
Notifications
You must be signed in to change notification settings - Fork 378
Comparing changes
Open a pull request
base repository: dotnet/arcade
base: 70831f0
head repository: dotnet/arcade
compare: ff6cc4e
- 20 commits
- 27 files changed
- 9 contributors
Commits on Feb 3, 2022
-
Warnings were getting buried in binlogs; promote ALL SendAsync loggin…
…g to Important (it's brief) and produce warnings for missing queues. (#8426)
Configuration menu - View commit details
-
Copy full SHA for 6bf25f4 - Browse repository at this point
Copy the full SHA 6bf25f4View commit details
Commits on Feb 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d043636 - Browse repository at this point
Copy the full SHA d043636View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce59c71 - Browse repository at this point
Copy the full SHA ce59c71View commit details -
[main] Update dependencies from dotnet/arcade dotnet/linker (#8435)
[main] Update dependencies from dotnet/arcade dotnet/linker
Configuration menu - View commit details
-
Copy full SHA for 29ec10f - Browse repository at this point
Copy the full SHA 29ec10fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1791916 - Browse repository at this point
Copy the full SHA 1791916View commit details
Commits on Feb 7, 2022
-
Dedupe workload packs (#8423) (#8436)
* Dedupe workload packs * Replace HashSet with List
Configuration menu - View commit details
-
Copy full SHA for 3cbeb24 - Browse repository at this point
Copy the full SHA 3cbeb24View commit details -
Update dependencies from https://github.com/dotnet/xliff-tasks build …
…20220204.1 (#8438) [main] Update dependencies from dotnet/xliff-tasks
Configuration menu - View commit details
-
Copy full SHA for 87ca890 - Browse repository at this point
Copy the full SHA 87ca890View commit details
Commits on Feb 8, 2022
-
Update dependencies from https://github.com/dotnet/xharness build 202…
…20204.1 (#8441) [main] Update dependencies from dotnet/xharness
Configuration menu - View commit details
-
Copy full SHA for dda61e4 - Browse repository at this point
Copy the full SHA dda61e4View commit details -
Update dependencies from https://github.com/dotnet/sourcelink build 2…
…0220207.3 (#8446) [main] Update dependencies from dotnet/sourcelink
Configuration menu - View commit details
-
Copy full SHA for 6c4c413 - Browse repository at this point
Copy the full SHA 6c4c413View commit details
Commits on Feb 9, 2022
-
Update dependencies from https://github.com/dotnet/arcade build 20220…
…208.1 (#8448) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 00b6cce - Browse repository at this point
Copy the full SHA 00b6cceView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0edc3d6 - Browse repository at this point
Copy the full SHA 0edc3d6View commit details
Commits on Feb 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3842fb5 - Browse repository at this point
Copy the full SHA 3842fb5View commit details -
[main] Update dependencies from dotnet/xliff-tasks dotnet/arcade (#8453)
[main] Update dependencies from dotnet/xliff-tasks dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 7c24f34 - Browse repository at this point
Copy the full SHA 7c24f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e53db6 - Browse repository at this point
Copy the full SHA 9e53db6View commit details -
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 authoredFeb 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 7f992da - Browse repository at this point
Copy the full SHA 7f992daView commit details
Commits on Feb 11, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 78eaf78 - Browse repository at this point
Copy the full SHA 78eaf78View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1e882 - Browse repository at this point
Copy the full SHA dd1e882View commit details -
[main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotn…
…et/sourcelink (#8460) [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
Configuration menu - View commit details
-
Copy full SHA for b30863a - Browse repository at this point
Copy the full SHA b30863aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a50e5e6 - Browse repository at this point
Copy the full SHA a50e5e6View commit details
Commits on Feb 12, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for ff6cc4e - Browse repository at this point
Copy the full SHA ff6cc4eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 70831f0...ff6cc4e