-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[main] Update dependencies from dotnet/runtime #19582
[main] Update dependencies from dotnet/runtime #19582
Conversation
…0806.5 Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.NETCore.DotNetHostResolver , Microsoft.NET.HostModel , Microsoft.Extensions.DependencyModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , System.Text.Encoding.CodePages , System.Security.Cryptography.ProtectedData , VS.Redist.Common.NetCore.SharedFramework.x64.6.0 , System.Resources.Extensions , System.CodeDom , System.Reflection.MetadataLoadContext From Version 6.0.0-rc.1.21405.12 -> To Version 6.0.0-rc.1.21406.5
Notification for subscribed users from https://github.com/dotnet/runtime:@dnr-codeflow Action requested: Please take a look at this failing automated dependency-flow pull request's checks; failures may be related to changes which originated in your repo.
|
Anyone ever see this error before? Is it an infrastructure issue? Looks like it has happened twice on this PR. I'm going to try re-running the failed legs to see if it happens again.
cc @dotnet/dnceng |
@eerhardt I'm looking into it |
@eerhardt yes we've seen this a bunch of times. Often @jaredpar instantly finds the problem too. Basically, the only cause I've ever seen for errors like this is two pipelines running at the same time trying to upload a file to the same path at the same time. It is a problem in the build authoring itself, though it can be triggered by publishing-related properties being accidentally turned on for pipelines which should not be publishing these blobs. |
This pull request updates the following dependencies
From https://github.com/dotnet/runtime