-
Notifications
You must be signed in to change notification settings - Fork 5k
Update Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk. #36889
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
Conversation
Tagging subscribers to this area: @ViktorHofer |
Hello @jkoritzinsky! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
@chcosta I'm seeing failures here with uptaking dotnet/arcade#5442 and/or dotnet/arcade#5473 |
Any chance you can take a look? |
It looks like the SharedFramework SDK doesn't gracefully fall back when |
Yikes, sorry about that. @jcagme, can you take a look? |
I have a rest of the day packed with meetings but I will take a look when I can for sure! @jkoritzinsky looks like setting |
Yep! Setting it to true fixed the build thankfully. This bug will likely break uptake into dotnet/windowsdesktop as well. |
Could you please point me to the logs/errors you see when it is set to |
It’s not set by default anywhere that I could find. You need to explicitly set it to true currently. |
Yeah what I meant is that if you could share logs where this failed before enabled it. |
I've sent you a binlog in email. |
It looks like CI is failing, so we might not be out of the woods here yet. |
There's an additional race around creating the NonShipping packages folder. The LightCommandPackages paths assume that it already exists, which it might or might not depending on project build order. |
This is now blocked on an SDK update in dotnet/arcade#5552, which fixes the SDK issues found in this PR. If we can get that reviewed and merged in quickly, I'd highly appreciate it. |
Unblocks #36715