From d2111f27d3b402258de1d3c45a6ddbe0c08add4c Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 29 Jun 2018 16:52:59 -0700 Subject: [PATCH] Update KoreBuild channel to master --- korebuild.json | 2 +- run.ps1 | 4 ++-- run.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/korebuild.json b/korebuild.json index a7d496a8ad..c24a4e3e41 100644 --- a/korebuild.json +++ b/korebuild.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json", - "channel": "dev", + "channel": "master", "toolsets": { "nodejs": { "minVersion": "8.0", diff --git a/run.ps1 b/run.ps1 index 2c8cd81d8a..ca282886ef 100644 --- a/run.ps1 +++ b/run.ps1 @@ -64,8 +64,8 @@ in the file are overridden by command line parameters. Example config file: ```json { - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json", - "channel": "dev", + "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/master/tools/korebuild.schema.json", + "channel": "master", "toolsSource": "https://aspnetcore.blob.core.windows.net/buildtools" } ``` diff --git a/run.sh b/run.sh index 8cec27061d..1eef4d8194 100755 --- a/run.sh +++ b/run.sh @@ -289,7 +289,7 @@ if [ ! -z "$product_build_id" ]; then msbuild_args[${#msbuild_args[*]}]="-p:DotNetProductBuildId=$product_build_id" fi -[ -z "$channel" ] && channel='dev' +[ -z "$channel" ] && channel='master' [ -z "$tools_source" ] && tools_source='https://aspnetcore.blob.core.windows.net/buildtools' get_korebuild