-
Notifications
You must be signed in to change notification settings - Fork 65
[main] Source code updates from dotnet/dotnet #1379
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] Source code updates from dotnet/dotnet #1379
Conversation
[[ commit created by automation ]]
Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25466-104 -> 18.0.0-preview-25467-108) Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25466.104 -> 11.0.0-beta.25467.108) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25466.104 -> 10.0.100-rc.2.25467.108) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25466.104 -> 10.0.0-rc.1.25467.108)
Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25467-108 -> 18.0.0-preview-25468-102) Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25467.108 -> 11.0.0-beta.25468.102) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25467.108 -> 10.0.100-rc.2.25468.102) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25467.108 -> 10.0.0-rc.1.25468.102)
Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25468-102 -> 18.0.0-preview-25469-103) Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25468.102 -> 11.0.0-beta.25469.103) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25468.102 -> 10.0.100-rc.2.25469.103) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25468.102 -> 10.0.0-rc.1.25469.103)
Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25469-103 -> 18.0.0-preview-25472-101) Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25469.103 -> 11.0.0-beta.25472.101) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25469.103 -> 10.0.100-rc.2.25472.101) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25469.103 -> 10.0.0-rc.1.25472.101)
Investigating these failures:
It looks like the failure started occurring with 39fd84d |
That is a bizarre package dependency |
Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25472-101 -> 18.0.0-preview-25473-107) Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25472.101 -> 11.0.0-beta.25473.107) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25472.101 -> 10.0.100-rc.2.25473.107) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25472.101 -> 10.0.0-rc.1.25473.107)
This looks to be a simple matter of the dotnet11 feeds missing from the NuGet.config. I added them but there appears to be other issues now. |
Scratch that - my local environment wasn't clean - everything appears to build now. |
FYI, This project is the one that is built to produce the target pack from IL hence the dependency. |
Note
This is a codeflow update. It may contain both source code changes from the VMR as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/dotnet
Updated Dependencies
Associated changes in source repos