diff options
author | Jan Kotas <jkotas@microsoft.com> | 2016-10-13 01:11:47 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2016-10-13 09:35:42 -0700 |
commit | 1cbddb3274075c31b71c9a770464b744fc3751b5 (patch) | |
tree | 45a32898f2e34a8b0f1df442845e3b92a6ca54c2 /init-tools.sh | |
parent | 598388d849d28e5d5fd2dd87a96005d07455ebb0 (diff) | |
download | coreclr-1cbddb3274075c31b71c9a770464b744fc3751b5.tar.gz coreclr-1cbddb3274075c31b71c9a770464b744fc3751b5.tar.bz2 coreclr-1cbddb3274075c31b71c9a770464b744fc3751b5.zip |
Update tests to netcoreapp1.1
Diffstat (limited to 'init-tools.sh')
-rwxr-xr-x | init-tools.sh | 2 |
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 |