From cdff8b0babe5d82737058ccdae8b14d8ae90160d Mon Sep 17 00:00:00 2001 From: Alex Perovich Date: Wed, 22 Mar 2017 00:02:47 -0500 Subject: Switch coreclr corelib to use resx (#10372) * Revert "Revert "Switch coreclr corelib to use resx (#10268)"" * Add resources.target override This fixes the GenerateResource task running on the arm emulator runs. * Fix run.sh to have a working Tools-Override --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index 9f239010dd..2612c86f33 100755 --- a/run.sh +++ b/run.sh @@ -6,7 +6,7 @@ echo "Running init-tools.sh" $working_tree_root/init-tools.sh # Always copy over the Tools-Override -cp $__scriptpath/Tools-Override/* $__scriptpath/Tools > /dev/null +cp $working_tree_root/Tools-Override/* $working_tree_root/Tools > /dev/null toolRuntime=$working_tree_root/Tools dotnet=$toolRuntime/dotnetcli/dotnet -- cgit v1.2.3