-
Notifications
You must be signed in to change notification settings - Fork 5k
[release/10.0-preview2] Update dependencies from dotnet/arcade #113381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/10.0-preview2] Update dependencies from dotnet/arcade #113381
Conversation
…310.4 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitAssert , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25113.2 -> To Version 10.0.0-beta.25160.4
How concerning is this error @ericstj @ViktorHofer ?
|
Everything failed with the last commit @lewing :( |
Fixed. Hopefully there aren't other changes to take. It looks to me like main never picked up preview1 - it jumped from |
Had to rollback to 10.0.100-alpha.1.25077.2. In retrospect this should have been obvious since pruning shipped with P1. |
The thing that is still failing in wbt is that xharness took the arcade sdk and is referencing that. Since xharness doesn't branch for release there isn't an easy way to resolve this here |
I think we could easily fix this by not building xharness for NetCurrent. It really doesn't need to be on the latest TFM. |
We don't need to be on the latest TFM (we already set RollForward=major) and it prevents issues when xharness uses a newer SDK than runtime like in dotnet/runtime#113381 (comment)
We don't need to be on the latest TFM (we already set RollForward=major) and it prevents issues when xharness uses a newer SDK than runtime like in dotnet/runtime#113381 (comment)
This pull request updates the following dependencies
From https://github.com/dotnet/arcade