Update dependencies from https://github.com/dotnet/arcade build 20190906.10 (#4640)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19456.10
This commit is contained in:
dotnet-maestro[bot] 2019-09-07 12:43:59 +00:00 committed by GitHub
parent 7c43f6aac2
commit 1860c6734c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 13 additions and 159 deletions

View file

@ -113,7 +113,7 @@ while (($# > 0)); do
esac
done
if [[ "$repository" == "dotnet/performance" ]]; then
if [ "$repository" == "dotnet/performance" ] || [ "$repository" == "dotnet-performance" ]; then
run_from_perf_repo=true
fi