From: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 07:14:07 +0000 (-0800) Subject: [main] Update dependencies from dotnet/installer (#3645) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055542~43^2~2^2~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b254bd13a00d4fdb621e1594992d42f58d576e7;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git [main] Update dependencies from dotnet/installer (#3645) * Update dependencies from https://github.com/dotnet/installer build 20230208.9 Microsoft.Dotnet.Sdk.Internal From Version 7.0.103-servicing.23073.22 -> To Version 8.0.100-preview.2.23108.9 * Update version files and fix CLI build configuration --------- Co-authored-by: dotnet-maestro[bot] Co-authored-by: Mike McLaughlin --- diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b894f46fb..14802ac22 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -23,25 +23,25 @@ https://github.com/dotnet/arcade ccfe6da198c5f05534863bbb1bff66e830e0c6ab - + https://github.com/dotnet/installer - e36f7f3feaa561782a66165b8db55f4c0bbdf963 + 0110f59fe3b90bb4ee6c02f7084840718a88cf17 - + https://github.com/dotnet/aspnetcore - d50065c4a4fe31a66a1cc2e1a31896d30464da13 + cec7fbf64e63af88a9165cbbf14aa4ab6f8cc76d - + https://github.com/dotnet/aspnetcore - d50065c4a4fe31a66a1cc2e1a31896d30464da13 + cec7fbf64e63af88a9165cbbf14aa4ab6f8cc76d - + https://github.com/dotnet/runtime - cd2d83798383716204eb580eb5c89ef5b73b8ec2 + e71a4fb10d7ea6b502dd5efe7a8fcefa2b9c1550 - + https://github.com/dotnet/runtime - cd2d83798383716204eb580eb5c89ef5b73b8ec2 + e71a4fb10d7ea6b502dd5efe7a8fcefa2b9c1550 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 67ff6f8ba..cb74123bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,13 +18,13 @@ 1.0.410601 - 8.0.0-alpha.1.23080.2 - 8.0.0-alpha.1.23080.2 + 8.0.0-preview.2.23107.1 + 8.0.0-preview.2.23107.1 - 8.0.0-alpha.1.23079.1 - 8.0.0-alpha.1.23079.1 + 8.0.0-preview.2.23107.2 + 8.0.0-preview.2.23107.2 - 8.0.100-alpha.1.23080.8 + 8.0.100-preview.2.23108.9 @@ -35,7 +35,7 @@ $(MicrosoftNETCoreApp60Version) $(MicrosoftNETCoreApp70Version) - 8.0.0-alpha.1.23076.9 + 8.0.0-preview.2.23107.1 diff --git a/src/Microsoft.Diagnostics.TestHelpers/CsprojBuildDebuggeeTestStep.cs b/src/Microsoft.Diagnostics.TestHelpers/CsprojBuildDebuggeeTestStep.cs index 8f00b98a5..c2554aca1 100644 --- a/src/Microsoft.Diagnostics.TestHelpers/CsprojBuildDebuggeeTestStep.cs +++ b/src/Microsoft.Diagnostics.TestHelpers/CsprojBuildDebuggeeTestStep.cs @@ -89,7 +89,7 @@ namespace Microsoft.Diagnostics.TestHelpers protected override async Task Build(ITestOutputHelper output) { - string publishArgs = "publish"; + string publishArgs = "publish --configuration Debug"; if (RuntimeFramework != null) { publishArgs += " --framework " + RuntimeFramework;