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

@ -17,7 +17,7 @@ Param(
[string] $Configurations="CompilationMode=$CompilationMode"
)
$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance")
$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") -or ($Repository -eq "dotnet-performance")
$UseCoreRun = ($CoreRootDirectory -ne [string]::Empty)
$UseBaselineCoreRun = ($BaselineCoreRootDirectory -ne [string]::Empty)