Use root path only for corerun mode.
authorWoongsuk Cho <ws77.cho@samsung.com>
Thu, 26 Mar 2020 04:53:26 +0000 (13:53 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Mon, 30 Mar 2020 04:38:45 +0000 (13:38 +0900)
commita7d811e8796259569109e7f422e4d58c2be355e7
treeb093ad4f10a13a50e914c6517db71f6b30647a2b
parent6fedf892e2eff755ab1744578717e24bab918b57
Use root path only for corerun mode.

In the current implementation, app's "/bin"  and "/lib" path are set to app_path for coreclr_initialization().
So, when running corerun mode, there is a problem that the assembly in the same directory cannot be found,
but rather, the assembly under "/bin" and "/lib" can be loaded.
NativeLauncher/launcher/dotnet/dotnet_launcher.cc
NativeLauncher/launcher/dotnet/dotnet_launcher.h
NativeLauncher/launcher/main.cc