Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105

This commit is contained in:
Nate McMaster
2017-10-13 12:59:05 -07:00
parent 86e94d7812
commit 64389a9bbe
5 changed files with 15 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ RED="\033[0;31m"
YELLOW="\033[0;33m"
MAGENTA="\033[0;95m"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
[ -z "${DOTNET_HOME:-}"] && DOTNET_HOME="$HOME/.dotnet"
[ -z "${DOTNET_HOME:-}" ] && DOTNET_HOME="$HOME/.dotnet"
config_file="$DIR/korebuild.json"
verbose=false
update=false