-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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/6.0] Update dependencies from dotnet/arcade #61422
[release/6.0] Update dependencies from dotnet/arcade #61422
Conversation
…108.5 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk From Version 6.0.0-beta.21522.3 -> To Version 6.0.0-beta.21558.5
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
…110.2 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk From Version 6.0.0-beta.21522.3 -> To Version 6.0.0-beta.21560.2
@Anipik I think this is required, correct? |
yes thats correct |
/cc @safern |
pushed #61260 into this branch to save us time. |
cc @safern can you take a look at the failures here ? seems to be cause by the arcade update. |
src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj
Outdated
Show resolved
Hide resolved
Co-authored-by: Santiago Fernandez Madero <[email protected]>
@maryamariyan can you take a look at the extensions failures ? arcade update is breaking this one. |
I'm taking a look as well. I'm trying to repro locally. |
Thanks :) |
I found the culprit. What's causing this issue is the SDK update to 6.0.100. If I revert back to the 6.0Basically what is happening is that when building test projects the You can see that we also hit this when upgrading the main branch to RC2: #60256 (comment) We are hitting this because of how we build runtime and how we generate the PlatformManifest after building some projects and hence the ref pack is cached and we don't get the PlatformManifest because the cached instance didn't have any PlatformManifest.txt. We usually don't bump the SDK outside of infra rollouts, however since the branch is closed I think is fine and then whenever we send out the email to let people know about the 6.0.100 SDK update in main, we can mention it happened on 6.0 as well. I'll push the workaround shortly. FYI: @jkoritzinsky as you are driving the main SDK update. |
@safern any update on tihs one ? |
@Anipik this is ready to be merged. The failure is unrelated. |
Fixes #61216
This pull request updates the following dependencies
From https://github.com/dotnet/arcade