Uh oh!
There was an error while loading. Please reload this page.
Update Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk. - #36889
Conversation
ghost
commented
May 22, 2020
Tagging subscribers to this area: @ViktorHofer |
ghost
commented
May 22, 2020
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 ( |
jkoritzinsky
commented
May 26, 2020
@chcosta I'm seeing failures here with uptaking dotnet/arcade#5442 and/or dotnet/arcade#5473 |
jkoritzinsky
commented
May 26, 2020
Any chance you can take a look? |
jkoritzinsky
commented
May 26, 2020
It looks like the SharedFramework SDK doesn't gracefully fall back when |
chcosta
commented
May 26, 2020
Yikes, sorry about that. @jcagme, can you take a look? |
jcagme
commented
May 26, 2020
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 |
jkoritzinsky
commented
May 26, 2020
Yep! Setting it to true fixed the build thankfully. This bug will likely break uptake into dotnet/windowsdesktop as well. |
jcagme
commented
May 26, 2020
Could you please point me to the logs/errors you see when it is set to |
jkoritzinsky
commented
May 26, 2020
It’s not set by default anywhere that I could find. You need to explicitly set it to true currently. |
jcagme
commented
May 26, 2020
Yeah what I meant is that if you could share logs where this failed before enabled it. |
jkoritzinsky
commented
May 26, 2020
I've sent you a binlog in email. |
jkoritzinsky
commented
May 26, 2020
It looks like CI is failing, so we might not be out of the woods here yet. |
jkoritzinsky
commented
May 26, 2020
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. |
jkoritzinsky
commented
May 26, 2020
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