[automated] Change default branch to master

This commit is contained in:
Nate McMaster (automated)
2018-07-02 12:40:25 -07:00
parent 7a04134345
commit d742bea01e
9 changed files with 19 additions and 19 deletions

2
run.sh
View File

@@ -248,7 +248,7 @@ if [ -f "$config_file" ]; then
[ ! -z "${config_tools_source:-}" ] && tools_source="$config_tools_source"
fi
[ -z "$channel" ] && channel='dev'
[ -z "$channel" ] && channel='master'
[ -z "$tools_source" ] && tools_source='https://aspnetcore.blob.core.windows.net/buildtools'
get_korebuild