From 739de2eeb94f0246f50fa4993e953abb4b0da18a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 16:06:38 +0000 Subject: [PATCH] [master] Update dependencies from dotnet/arcade (#706) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 20 ++++++++--------- eng/common/performance/crossgen_perf.proj | 27 ++++++++++++++++++----- global.json | 2 +- 3 files changed, 33 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 974f29fa..b4c592e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,25 @@ - + https://github.com/dotnet/arcade - d3cea00bba6539c68436ac9b3d9665318d76b47d + e7a79ce64f0703c231e6da88b5279dd0bf681b3d - + https://github.com/dotnet/arcade - d3cea00bba6539c68436ac9b3d9665318d76b47d + e7a79ce64f0703c231e6da88b5279dd0bf681b3d - + https://github.com/dotnet/arcade - d3cea00bba6539c68436ac9b3d9665318d76b47d + e7a79ce64f0703c231e6da88b5279dd0bf681b3d - + https://github.com/dotnet/arcade - d3cea00bba6539c68436ac9b3d9665318d76b47d + e7a79ce64f0703c231e6da88b5279dd0bf681b3d - + https://github.com/dotnet/arcade - d3cea00bba6539c68436ac9b3d9665318d76b47d + e7a79ce64f0703c231e6da88b5279dd0bf681b3d https://github.com/dotnet/arcade-services diff --git a/eng/common/performance/crossgen_perf.proj b/eng/common/performance/crossgen_perf.proj index 42649203..3b8dfc2b 100644 --- a/eng/common/performance/crossgen_perf.proj +++ b/eng/common/performance/crossgen_perf.proj @@ -27,11 +27,18 @@ - - - - - + + + + + + + + + + + + @@ -51,6 +58,13 @@ + + + $(WorkItemDirectory) + $(Python) $(Crossgen2Directory)test.py crossgen2 --core-root $(CoreRoot) --single %(Identity) --singlethreaded True + + + @@ -60,6 +74,9 @@ 4:00 + + 4:00 + $(WorkItemDirectory) $(Python) $(Crossgen2Directory)test.py crossgen2 --core-root $(CoreRoot) --composite $(Crossgen2Directory)framework-r2r.dll.rsp diff --git a/global.json b/global.json index 4d70eaa9..c64b650b 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20514.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20516.5" } }