From b2841b4cad8cd96d2de6f8bf5f35f59a819d7410 Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Mon, 16 Mar 2020 19:25:20 +0300 Subject: [PATCH] [Tizen] Fix usage of ni.exe in readytorun test --- tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj b/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj index e3d0ca3..d10c11b 100644 --- a/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj +++ b/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj @@ -54,7 +54,7 @@ export COMPlus_ZapRequireList="helper%3Bversionbubbles" export COMPlus_TieredCompilation=0 export COMPlus_JITMinOpts=0 $CORE_ROOT/crossgen -largeversionbubble -readytorun -platform_assemblies_paths $CORE_ROOT:`pwd` -out helper.ni.dll helper.dll -$CORE_ROOT/crossgen -largeversionbubble -readytorun -platform_assemblies_paths $CORE_ROOT:`pwd` -out versionbubbles.ni.exe versionbubbles.exe +$CORE_ROOT/crossgen -largeversionbubble -readytorun -platform_assemblies_paths $CORE_ROOT:`pwd` -out versionbubbles.exe versionbubbles.exe ]]> -- 2.7.4