From f91d6b36896ffd30a9bbf1ea978b125e7033edf2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 4 Feb 2020 13:17:07 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200203.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20103.5 --- eng/Version.Details.xml | 4 ++-- eng/common/performance/performance-setup.ps1 | 4 ++-- eng/common/performance/performance-setup.sh | 4 ++-- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 951219396..96aec2efc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - 779323758d3e8aa7e4ee3dc2619d57e696078089 + 27c8467294a4e64ac6642b4c12ca63495ff126c8 diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index 3c2adf8c7..a6916d25f 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -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") diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 604aebffc..ba8bfc13d 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -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 diff --git a/global.json b/global.json index e5aa17b9d..67db60744 100644 --- a/global.json +++ b/global.json @@ -7,6 +7,6 @@ "xcopy-msbuild": "16.3.0-alpha" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20101.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20103.5" } }