summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-02-22 12:35:27 -0800
committerwtgodbe <wigodbe@microsoft.com>2017-03-13 15:30:19 -0700
commit5fc26e331934ea3e920103de8cb4161d2ff0ba6e (patch)
tree13a59e3bea093605bb509ac719002430140bc3dc /run.sh
parent98c0edfa07dc47e2ae4c7d785d3dd122f430bfc8 (diff)
downloadcoreclr-5fc26e331934ea3e920103de8cb4161d2ff0ba6e.tar.gz
coreclr-5fc26e331934ea3e920103de8cb4161d2ff0ba6e.tar.bz2
coreclr-5fc26e331934ea3e920103de8cb4161d2ff0ba6e.zip
Pick up new CoreFX packages and abandon old ones
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index bd6a68f2bb..9f239010dd 100755
--- a/run.sh
+++ b/run.sh
@@ -5,6 +5,9 @@ working_tree_root="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
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
+
toolRuntime=$working_tree_root/Tools
dotnet=$toolRuntime/dotnetcli/dotnet