-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[master] Update dependencies from 4 repositories #41197
[master] Update dependencies from 4 repositories #41197
Conversation
…918.2 - Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19468.2 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19468.2 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19468.2 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19468.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19468.2 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19468.2 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19468.2 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19468.2 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19468.2 - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19468.2 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19468.2 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19468.2 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19468.2 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19468.2
Auto-Merge StatusThis pull request has not been merged because Maestro++ is waiting on the following merge policies.
|
…0190918.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19468.6 - Microsoft.NETCore.DotNetHost - 5.0.0-alpha1.19468.6 - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha1.19468.6
…918.14 - runtime.native.System.IO.Ports - 5.0.0-alpha1.19468.14 - Microsoft.NETCore.Platforms - 5.0.0-alpha1.19468.14
…90918.1 - NETStandard.Library - 2.2.0-prerelease.19468.1
This is trying to update the SDK in global.json which is great, however there are some build failures that seem to be caused by this update:
@ericstj @ViktorHofer have you guys seen this before? Anyway I'm closing this PR as it contains an arcade breaking change and subscriptions will be triggered again once that breaking change is reverted in the coming hours. |
cc @ManickaP who hit the same issues when trying to update the SDK locally. @rainersigwald @livarcocc who might be able to help with the sdk targets. |
Looks like you're hitting dotnet/msbuild#4695 which is fixed in rc2 builds but not preview9 or rc1. Since you've been successfully building in earlier previews which didn't have the DependentUpon convention, you should be able to set <EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention> for all projects to get through. That may also help even with an SDK that has the bugfix because I think you might hit dotnet/msbuild#4740. |
Thanks a lot Rainer. I updated the maestro PR (#41216) to depend on |
This pull request updates the following dependencies
From https://github.com/dotnet/arcade
From https://github.com/dotnet/core-setup
From https://github.com/dotnet/corefx
From https://github.com/dotnet/standard