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:
dotnet-maestro[bot] 2020-02-04 13:39:58 +00:00 committed by GitHub
parent b505ca48f2
commit a725df80de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -104,9 +104,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20101.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20103.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>779323758d3e8aa7e4ee3dc2619d57e696078089</Sha>
<Sha>27c8467294a4e64ac6642b4c12ca63495ff126c8</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -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")

View file

@ -3,7 +3,7 @@
source_directory=$BUILD_SOURCESDIRECTORY
core_root_directory=
baseline_core_root_directory=
architecture=x64
architecture=$archType
framework=netcoreapp5.0
compilation_mode=tiered
repository=$BUILD_REPOSITORY_NAME
@ -15,7 +15,7 @@ compare=false
kind="micro"
run_categories="Libraries Runtime"
csproj="src\benchmarks\micro\MicroBenchmarks.csproj"
configurations=
configurations="CompliationMode=$compilation_mode RunKind=$kind"
run_from_perf_repo=false
use_core_run=true
use_baseline_core_run=true

View file

@ -3,6 +3,6 @@
"dotnet": "5.0.100-alpha1-015949"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20101.2"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20103.5"
}
}