Uh oh!
There was an error while loading. Please reload this page.
[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
Anipik
commented
Nov 10, 2021
/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
mmitche
commented
Nov 11, 2021
@Anipik I think this is required, correct? |
Anipik
commented
Nov 11, 2021
yes thats correct |
mmitche
commented
Nov 11, 2021
/cc @safern |
Anipik
commented
Nov 11, 2021
pushed #61260 into this branch to save us time. |
Anipik
commented
Nov 11, 2021
cc @safern can you take a look at the failures here ? seems to be cause by the arcade update. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>
Anipik
commented
Nov 12, 2021
@maryamariyan can you take a look at the extensions failures ? arcade update is breaking this one. |
safern
commented
Nov 12, 2021
I'm taking a look as well. I'm trying to repro locally. |
Anipik
commented
Nov 12, 2021
Thanks :) |
safern
commented
Nov 13, 2021
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. |
Anipik
commented
Nov 15, 2021
@safern any update on tihs one ? |
safern
commented
Nov 15, 2021
@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