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:
parent
7c43f6aac2
commit
1860c6734c
14 changed files with 13 additions and 159 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue