Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-04-27 00:17:54 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-04-28 05:08:23 +0300
commitcd39114da83c2e87cc2dc293f5e2e05aa9894a5b (patch)
tree8fb27044c251c25fbda1eb757c8fe7ca047cbdce /run.sh
parentf65618f1b973cf057ae782f2d0402db185a72c14 (diff)
Move local corefx targets/tasks to BuildTools
This change mostly deals with moving Tools-Override and CoreFxTools task library to BuildTools and consuming them from there instead.
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run.sh b/run.sh
index c89566d0d4..cd70f8bcf8 100755
--- a/run.sh
+++ b/run.sh
@@ -6,9 +6,6 @@ if [ $? -ne 0 ]; then
exit 1
fi
-# Always copy over the Tools-Override
-cp $__scriptpath/Tools-Override/* $__scriptpath/Tools > /dev/null
-
__toolRuntime=$__scriptpath/Tools
__dotnet=$__toolRuntime/dotnetcli/dotnet