[release/2.1] Port to release/2.1 update tizen rid for netcore app#30888
Conversation
|
@dotnet-bot test Windows x64 Debug Build please (unknown nano failure) |
|
@danmosemsft are we going to take it for 2.1.3? |
|
@weshaggard is this really a necessary part of #30640 ? If so can you please review, and we can merge it today. If not, we need info to take it to shiproom. |
|
@gbalykov @alpencolt @Dmitri-Botcharnikov if you have a change like this that you would like to get into servicing, please invoke @danmosemsft and @karelz so we can help, because there is process we need to follow - otherwise it cannot get merged. |
Assuming tizen is planning to have a build of 2.1.x for tizen 5.0.0 then yes this is necessary. |
|
OK merging as a necessary part of approved #30640. |
|
@danmosemsft @weshaggard thank you |
|
@weshaggard looks like .NET Core SDK 2.1.3, which is downloaded during |
|
@weshaggard I've checked and found that both |
|
We don't currently have any plans to update the release/2.1 branch to use any SDK that doesn't come from the release/2.1 servicing builds which I believe is 2.1.4xx builds. I would expect that we should be getting a version of that SDK that contains the tizen 5.0 rid, although I'm not sure which one without tracking through the branches. |
|
I just took a quick look at our latest servicing build https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.1.3 and it does appear to have the tizen.5.0.0 RID in the runtime. Once that ships we can update to it. The version of the SDK for that build is 2.1.401 and so you can attempt to try that out. |
|
@weshaggard thank you. Sdk, which you mentioned, partially helped. (For my previous comment I used https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries) Now I see that next restored nuget packages (from https://dotnet.myget.org/gallery/dotnet-core) do not contain These are restored during |
|
Those come from the coreclr repo. You need to add tizen.5.0.0 to the list here https://github.com/dotnet/coreclr/blob/master/src/.nuget/dir.props#L144 |
|
@weshaggard thank you! |
|
@weshaggard I've added tizen.5.0.0 RID to CoreCLR (dotnet/coreclr#19058). Could you, please, clarify, when will this change get to sdk? |
|
@gbalykov this is going to be in 2.1.4, which is on track to release mid next month. |
Cherry-pick of #30875
Related PR: #30640
cc @alpencolt @Dmitri-Botcharnikov