Update KoreBuild channel to master

This commit is contained in:
Nate McMaster 2018-06-29 16:52:59 -07:00
parent 0a4b6b3bcf
commit d2111f27d3
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
3 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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"
}
```

2
run.sh
View File

@ -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