summaryrefslogtreecommitdiff
path: root/init-tools.sh
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-10-13 01:11:47 -0700
committerJan Kotas <jkotas@microsoft.com>2016-10-13 09:35:42 -0700
commit1cbddb3274075c31b71c9a770464b744fc3751b5 (patch)
tree45a32898f2e34a8b0f1df442845e3b92a6ca54c2 /init-tools.sh
parent598388d849d28e5d5fd2dd87a96005d07455ebb0 (diff)
downloadcoreclr-1cbddb3274075c31b71c9a770464b744fc3751b5.tar.gz
coreclr-1cbddb3274075c31b71c9a770464b744fc3751b5.tar.bz2
coreclr-1cbddb3274075c31b71c9a770464b744fc3751b5.zip
Update tests to netcoreapp1.1
Diffstat (limited to 'init-tools.sh')
-rwxr-xr-xinit-tools.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/init-tools.sh b/init-tools.sh
index 7a799af973..e842c9d431 100755
--- a/init-tools.sh
+++ b/init-tools.sh
@@ -136,6 +136,8 @@ if [ ! -e $__PROJECT_JSON_FILE ]; then
# On ubuntu 14.04, /bin/sh (symbolic link) calls /bin/dash by default.
$__BUILD_TOOLS_PATH/init-tools.sh $__scriptpath $__DOTNET_CMD $__TOOLRUNTIME_DIR
+ cp $__TOOLRUNTIME_DIR/NuGet.Frameworks.dll $__TOOLRUNTIME_DIR/dotnetcli/sdk/$__DOTNET_TOOLS_VERSION
+
else
echo "$__PROJECT_JSON_FILE found. Skipping .NET CLI installation."
fi