Update dependencies from https://github.com/dotnet/arcade build 20200109.3 (#6110)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20059.3
This commit is contained in:
dotnet-maestro[bot] 2020-01-10 13:30:54 +00:00 committed by GitHub
parent 3d19fb27a2
commit fc2f547a58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -164,7 +164,7 @@ if [[ "$internal" == true ]]; then
fi
fi
common_setup_arguments="--frameworks $framework --queue $queue --build-number $build_number --build-configs $configurations"
common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs $configurations"
setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments"
if [[ "$run_from_perf_repo" = true ]]; then