From 3d2217c50d86007de5772184a75e5796e24027b9 Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Wed, 27 Jul 2016 23:21:26 -0700 Subject: [PATCH] init tools diagnostics --- init-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-tools.sh b/init-tools.sh index 13e113ff6..1edcfe687 100755 --- a/init-tools.sh +++ b/init-tools.sh @@ -37,7 +37,7 @@ if [ ! -e "$__PROJECT_JSON_FILE" ]; then echo "Restoring build tools version $__BUILD_TOOLS_PACKAGE_VERSION..." "$__DOTNET_CMD" restore "$__PROJECT_JSON_FILE" --packages "$NUGET_PACKAGES" --source "$__BUILD_TOOLS_SOURCE" >> "$__init_tools_log" 2>&1 - if [ ! -e "$__BUILD_TOOLS_PATH/init-tools.sh" ]; then echo "ERROR: Could not restore build tools correctly. See '$__init_tools_log' for more details."; fi + if [ ! -e "$__BUILD_TOOLS_PATH/init-tools.sh" ]; then echo "ERROR: Could not restore build tools correctly." more $__init_tools_log; fi fi if [ ! -d "$__BUILD_TOOLS_CLI_DIR" ]; then