Update dependencies from https://github.com/dotnet/arcade build 20200203.5 (#6281)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20103.5
This commit is contained in:
parent
b505ca48f2
commit
a725df80de
4 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@ Param(
|
|||
[string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY,
|
||||
[string] $CoreRootDirectory,
|
||||
[string] $BaselineCoreRootDirectory,
|
||||
[string] $Architecture="x64",
|
||||
[string] $Architecture=$env:archType,
|
||||
[string] $Framework="netcoreapp5.0",
|
||||
[string] $CompilationMode="Tiered",
|
||||
[string] $Repository=$env:BUILD_REPOSITORY_NAME,
|
||||
|
@ -14,7 +14,7 @@ Param(
|
|||
[string] $Kind="micro",
|
||||
[switch] $Internal,
|
||||
[switch] $Compare,
|
||||
[string] $Configurations="CompilationMode=$CompilationMode"
|
||||
[string] $Configurations="CompilationMode=$CompilationMode RunKind=$Kind"
|
||||
)
|
||||
|
||||
$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") -or ($Repository -eq "dotnet-performance")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue