Use x64 nupkgs on armel build and arm nupkgs on arm build#16139
Conversation
Force external pakcages to be restored for x64 until armel packages are fully broughtup Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
|
@dotnet-bot please test Innerloop Windows_NT Debug Build and Test |
|
@jyoungyun And it also enables |
|
@hqueue Yes, right. CoreFX has a NuGet.config file in itself and the config file refers to dotnet-core myget. All arm nupkgs were uploaded to dotnet-core myget so I removed workaround codes on arm build. But armel does not setup yet so I added workaround patch for armel build. |
|
LGTM |
|
@weshaggard You were planning to add a switch to suppress this restoration and thus, avoid having such changes. When do you think that will come through? |
|
Yes I have issue https://github.com/dotnet/corefx/issues/15503 tracking that but I haven't gotten that just yet. I doubt I will be able to get to it this week but hopefully I will get to it next week but for now this workaround seems reasonable to me. |
|
This fixes issue #15519. |
Also removes workaround added for in dotnet#16139.
Also removes workaround added for in dotnet#16139.
…d_x64_nupkgs Use x64 nupkgs on armel build and arm nupkgs on arm build Commit migrated from dotnet/corefx@939b99d
Also removes workaround added for in dotnet/corefx#16139. Commit migrated from dotnet/corefx@a0326fb
Force external pakcages to be restored for x64 until armel packages are fully broughtup
Related issue : #15900