-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[release/7.0.1xx-rc2] Update dependencies from dotnet/runtime #28056
[release/7.0.1xx-rc2] Update dependencies from dotnet/runtime #28056
Conversation
…0919.16 Microsoft.DotNet.ILCompiler , Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.7.0 , VS.Redist.Common.NetCore.TargetingPack.x64.7.0 From Version 7.0.0-rc.2.22469.6 -> To Version 7.0.0-rc.2.22469.16
…0920.11 Microsoft.DotNet.ILCompiler , Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.7.0 , VS.Redist.Common.NetCore.TargetingPack.x64.7.0 From Version 7.0.0-rc.2.22469.6 -> To Version 7.0.0-rc.2.22470.11
…0920.14 Microsoft.DotNet.ILCompiler , Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.7.0 , VS.Redist.Common.NetCore.TargetingPack.x64.7.0 From Version 7.0.0-rc.2.22469.6 -> To Version 7.0.0-rc.2.22470.14
The failures are due to the fact that ingesting the new runtime requires .NET SDK 7.0 RC1 or VS 17.4 Preview 2, and the two failures are running against VS 17.4 Preview 1. I added a commit to this PR that will temporarily move those two failures to run on the Helix Int environment, which will get VS 17.4 Preview 2 earlier in order to unblock this ingestion. Once VS 17.4 Preview 2 is deployed on production Helix, then we should revert my last commit so that those two jobs will resume targeting production Helix. |
…get VS 17.4 preview 2.1
1b7aa87
to
a2aba3e
Compare
Do note that even the int Helix environment doesn't have VS 17.4 Preview 2.1 installed yet, so CI will still fail for those two legs until some time today or tomorrow when the queues are ready, at which point I'll re-run the failed jobs to unblock this PR. |
…0921.7 Microsoft.DotNet.ILCompiler , Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.7.0 , VS.Redist.Common.NetCore.TargetingPack.x64.7.0 From Version 7.0.0-rc.2.22469.6 -> To Version 7.0.0-rc.2.22471.7
https://helix.int-dot.net now has 17.4 p2.1 on the images as you requested. |
Thanks @MattGal, yup I retried the runs last night and they are now passing: Really appreciate your help unblocking that. Right now we are only waiting on that Mac build, which problem seems to be unrelated to this PR but I would rather have someone from the sdk like @marcpopMSFT or @dsplaisted to merge if that continues to fail. |
This pull request updates the following dependencies
From https://github.com/dotnet/runtime