diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6345c455be4a971eecac614164075f34d5bead10..a5d01bee054ab4feed449d8e35656cda1bcf78aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -59,13 +59,13 @@ https://github.com/dotnet/corefx 8d21b79b924d29088dbde46d42737a657d466b5e - + https://github.com/dotnet/arcade - 9c66925c608f3c0ee3e1f66c05943865b64590e1 + 5966c5dd9deb5aca8fd8183eec454cf6cf864d14 - + https://github.com/dotnet/arcade - 9c66925c608f3c0ee3e1f66c05943865b64590e1 + 5966c5dd9deb5aca8fd8183eec454cf6cf864d14 https://github.com/dotnet/corefx @@ -91,17 +91,17 @@ https://github.com/dotnet/coreclr b415b57a15b0c6ba77e63df901823bb46b8aafda - + https://github.com/dotnet/arcade - 9c66925c608f3c0ee3e1f66c05943865b64590e1 + 5966c5dd9deb5aca8fd8183eec454cf6cf864d14 - + https://github.com/dotnet/arcade - 9c66925c608f3c0ee3e1f66c05943865b64590e1 + 5966c5dd9deb5aca8fd8183eec454cf6cf864d14 - + https://github.com/dotnet/arcade - 9c66925c608f3c0ee3e1f66c05943865b64590e1 + 5966c5dd9deb5aca8fd8183eec454cf6cf864d14 https://github.com/dotnet/corefx diff --git a/eng/Versions.props b/eng/Versions.props index 46adc3bd07fdbdf285092d9a527c337527f958ed..55acd77af1f826256b07b4e1da6db56ab0586ff3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,9 +41,9 @@ - 5.0.0-beta.20127.9 - 5.0.0-beta.20127.9 - 5.0.0-beta.20127.9 + 5.0.0-beta.20128.3 + 5.0.0-beta.20128.3 + 5.0.0-beta.20128.3 diff --git a/eng/common/performance/perfhelixpublish.proj b/eng/common/performance/perfhelixpublish.proj index e5826b532370baf9f9019fd536ebe58f5e2cebaf..cf5941e1b64554087868e51a53ec830eb106887c 100644 --- a/eng/common/performance/perfhelixpublish.proj +++ b/eng/common/performance/perfhelixpublish.proj @@ -6,7 +6,7 @@ py -3 %HELIX_CORRELATION_PAYLOAD%\Core_Root\CoreRun.exe %HELIX_CORRELATION_PAYLOAD%\Baseline_Core_Root\CoreRun.exe - $(HelixPreCommands);call %HELIX_CORRELATION_PAYLOAD%\performance\tools\machine-setup.cmd + $(HelixPreCommands);call %HELIX_CORRELATION_PAYLOAD%\performance\tools\machine-setup.cmd;set PYTHONPATH=%HELIX_WORKITEM_PAYLOAD%\scripts%3B%HELIX_WORKITEM_PAYLOAD% %HELIX_CORRELATION_PAYLOAD%\artifacts\BenchmarkDotNet.Artifacts %HELIX_CORRELATION_PAYLOAD%\artifacts\BenchmarkDotNet.Artifacts_Baseline %HELIX_CORRELATION_PAYLOAD%\performance\src\tools\ResultsComparer\ResultsComparer.csproj @@ -99,4 +99,23 @@ 4:00 + + + + $(WorkItemDirectory)\ScenarioCorrelation + $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name System.Private.Xml.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + + $(WorkItemDirectory)\ScenarioCorrelation + $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name System.Linq.Expressions.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + + $(WorkItemDirectory)\ScenarioCorrelation + $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name Microsoft.CodeAnalysis.VisualBasic.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + + $(WorkItemDirectory)\ScenarioCorrelation + $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name Microsoft.CodeAnalysis.CSharp.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + \ No newline at end of file diff --git a/global.json b/global.json index d70719c6a20b69e3c5220abab9ce496443993e6d..0430f2b16f4f873ecd27703f5c1a67018d00a747 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20127.9", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20127.9" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20128.3", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20128.3" }, "native-tools": { "strawberry-perl": "5.28.1.1-1",