From 8d3b1331319db2293c72789e0d07039b708f3f38 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jun 2026 02:10:25 +0000 Subject: [PATCH 01/12] Update dependencies from build 320799 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26328.102 -> 11.0.0-beta.26329.111) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- eng/common/tools.ps1 | 7 ------- eng/common/tools.sh | 9 +-------- global.json | 2 +- 5 files changed, 6 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 9b5930bc5b..19d4ae6b7f 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26328.102 + 11.0.0-beta.26329.111 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c21b73eb2..96ed292a27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - 7c528f6e19c5245206de3dc561eb8a110bf9f746 + 907cd6fc287a3613d7469246a57009b379c296e0 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index de32a6da37..261def92b9 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -741,13 +741,6 @@ function MSBuild() { Write-PipelineTelemetryError -Category 'Build' -Message 'Binary log must be enabled in CI build, or explicitly opted-out from with the -excludeCIBinarylog switch.' ExitWithExitCode 1 } - - # Node reuse must be disabled in CI builds unless explicitly opted in via MSBUILD_NODEREUSE_ENABLED. - # Internal testing only; this env var will be replaced with a switch (https://github.com/dotnet/arcade/issues/17013) and must not be depended on. - if ($nodeReuse -and $env:MSBUILD_NODEREUSE_ENABLED -ne "1") { - Write-PipelineTelemetryError -Category 'Build' -Message 'Node reuse must be disabled in CI build.' - ExitWithExitCode 1 - } } $buildTool = InitializeBuildTool diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 69ca926a6a..95aa8e7cc4 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -494,14 +494,7 @@ function DotNet { function MSBuild { if [[ "$ci" == true ]]; then if [[ "$binary_log" != true && "$exclude_ci_binary_log" != true ]]; then - Write-PipelineTelemetryError -category 'Build' "Binary log must be enabled in CI build, or explicitly opted-out from with the -noBinaryLog switch." - ExitWithExitCode 1 - fi - - # Node reuse must be disabled in CI builds unless explicitly opted in via MSBUILD_NODEREUSE_ENABLED. - # Internal testing only; this env var will be replaced with a switch (https://github.com/dotnet/arcade/issues/17013) and must not be depended on. - if [[ "$node_reuse" == true && "${MSBUILD_NODEREUSE_ENABLED:-}" != "1" ]]; then - Write-PipelineTelemetryError -category 'Build' "Node reuse must be disabled in CI build." + Write-PipelineTelemetryError -category 'Build' "Binary log must be enabled in CI build, or explicitly opted-out from with the --excludeCIBinarylog switch." ExitWithExitCode 1 fi fi diff --git a/global.json b/global.json index 85728b303d..d171dc93a5 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26328.102", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26329.111", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From c7673a105471e18151b9000c11b7f6447cc2e8dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Jul 2026 02:08:35 +0000 Subject: [PATCH 02/12] Backflow from https://github.com/dotnet/dotnet / a9679a8 build 320973 Diff: https://github.com/dotnet/dotnet/compare/907cd6fc287a3613d7469246a57009b379c296e0..a9679a8de87742e170318ea39f7f0e2874bcd441 From: https://github.com/dotnet/dotnet/commit/907cd6fc287a3613d7469246a57009b379c296e0 To: https://github.com/dotnet/dotnet/commit/a9679a8de87742e170318ea39f7f0e2874bcd441 [[ commit created by automation ]] --- NuGet.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NuGet.config b/NuGet.config index 18c33ff51d..57d06e8694 100644 --- a/NuGet.config +++ b/NuGet.config @@ -15,4 +15,8 @@ + + + + From b8d2002a0ca6cc9c84e6444c10a5146cb6181c45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Jul 2026 02:08:35 +0000 Subject: [PATCH 03/12] Update dependencies from build 320973 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26329.111 -> 11.0.0-beta.26330.112) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 19d4ae6b7f..185af22362 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26329.111 + 11.0.0-beta.26330.112 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 96ed292a27..0a9e34f443 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - 907cd6fc287a3613d7469246a57009b379c296e0 + a9679a8de87742e170318ea39f7f0e2874bcd441 diff --git a/global.json b/global.json index d171dc93a5..3dd4ee0c21 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26329.111", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26330.112", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From 474891d365bfab34fc58959f6b7ec55d0f5159b6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Jul 2026 02:04:40 +0000 Subject: [PATCH 04/12] Update dependencies from build 321130 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26330.112 -> 11.0.0-beta.26351.108) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- eng/common/core-templates/job/helix-job-monitor.yml | 9 +++++++++ eng/common/tools.sh | 2 +- global.json | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 185af22362..0819d45740 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26330.112 + 11.0.0-beta.26351.108 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0a9e34f443..169df2bd56 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - a9679a8de87742e170318ea39f7f0e2874bcd441 + 8050375aad65a00d4e475163c0b91fe22573b6bf diff --git a/eng/common/core-templates/job/helix-job-monitor.yml b/eng/common/core-templates/job/helix-job-monitor.yml index a8162c5116..96287e55a1 100644 --- a/eng/common/core-templates/job/helix-job-monitor.yml +++ b/eng/common/core-templates/job/helix-job-monitor.yml @@ -57,6 +57,14 @@ parameters: type: number default: 30 +# When 'true' (the default), Helix work items that exit 0 but have failed AzDO test results +# are treated as failed: they count toward the monitor's exit code and are resubmitted by a +# later invocation's retry pass. Set to 'false' to fall back to exit-code-only outcomes. +# Forwarded as --fail-on-failed-tests. +- name: failWorkItemsWithFailedTests + type: boolean + default: true + # Advanced: optional pipeline artifact (produced earlier in this run) that contains the tool # nupkg. When set, the artifact is downloaded and the tool is installed from the nupkg into # a local tool-path; this bypasses the repo's .config/dotnet-tools.json manifest and is @@ -170,6 +178,7 @@ jobs: toolArgs=( --helix-base-uri '${{ parameters.helixBaseUri }}' --polling-interval-seconds '${{ parameters.pollingIntervalSeconds }}' + --fail-on-failed-tests '${{ parameters.failWorkItemsWithFailedTests }}' --max-wait-minutes "$((${{ parameters.timeoutInMinutes }} - 5))" # Set the tool's timeout slightly lower than the Azure DevOps job timeout to allow it to exit gracefully. --stage-name '$(System.StageName)' ) diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 95aa8e7cc4..8d1a6b4610 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -423,7 +423,7 @@ function InitializeToolset { if [[ -z "$nuget_config" ]]; then # Search for any variation of nuget.config in the RepoRoot local found_config - found_config=$(find "$repo_root" -maxdepth 1 -type f -iname "nuget.config" -print -quit) + found_config=$(find "$repo_root" -maxdepth 1 -type f -iname nuget.config | head -n 1) if [[ -n "$found_config" ]]; then nuget_config="$found_config" diff --git a/global.json b/global.json index 3dd4ee0c21..8425cf82ac 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26330.112", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26351.108", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From ec385d6a5a0604c47d2ed6803247b2328e6b7c0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 3 Jul 2026 02:07:32 +0000 Subject: [PATCH 05/12] Update dependencies from build 321265 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26351.108 -> 11.0.0-beta.26352.103) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 0819d45740..98399fbe6b 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26351.108 + 11.0.0-beta.26352.103 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 169df2bd56..e62bafad0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - 8050375aad65a00d4e475163c0b91fe22573b6bf + bcaa8d44d57494224d443dba7c1dfed381ad5528 diff --git a/global.json b/global.json index 8425cf82ac..92a349bd19 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26351.108", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26352.103", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From e679185a482e7d19cd8247bce8feb2ae303b5c28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 4 Jul 2026 02:07:07 +0000 Subject: [PATCH 06/12] Update dependencies from build 321416 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26352.103 -> 11.0.0-beta.26353.105) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 98399fbe6b..a0baf39b6d 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26352.103 + 11.0.0-beta.26353.105 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e62bafad0d..45816e5702 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - bcaa8d44d57494224d443dba7c1dfed381ad5528 + 02385e26e452b21a97d8a5e694fe3ada7259a582 diff --git a/global.json b/global.json index 92a349bd19..f513209bec 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26352.103", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26353.105", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From 33ad6e335b8a109e3e217be0cb210d394f02b773 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 6 Jul 2026 02:06:09 +0000 Subject: [PATCH 07/12] Update dependencies from build 321469 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26353.105 -> 11.0.0-beta.26355.102) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index a0baf39b6d..f30760db11 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26353.105 + 11.0.0-beta.26355.102 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 45816e5702..deee66b203 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - 02385e26e452b21a97d8a5e694fe3ada7259a582 + b4b350a66ea5dcf13420747036d8b263cdf6cbef diff --git a/global.json b/global.json index f513209bec..ab97fbbd6e 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26353.105", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26355.102", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From 7462a0acd8b9ab6ac37b6f273579e9ebb74aec33 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 7 Jul 2026 02:08:34 +0000 Subject: [PATCH 08/12] Update dependencies from build 321546 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26355.102 -> 11.0.0-beta.26356.103) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index f30760db11..b1be1bd3c8 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26355.102 + 11.0.0-beta.26356.103 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index deee66b203..0f42f64c50 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - b4b350a66ea5dcf13420747036d8b263cdf6cbef + a67d575054ff3bcb905ea6699734d0ed8816aa2b diff --git a/global.json b/global.json index ab97fbbd6e..f648023e46 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26355.102", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26356.103", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From 8c0d549e18f32d222733468f7d77e9298fb5e677 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 8 Jul 2026 02:11:08 +0000 Subject: [PATCH 09/12] Update dependencies from build 321826 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26356.103 -> 11.0.0-beta.26357.109) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index b1be1bd3c8..57aeefab35 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26356.103 + 11.0.0-beta.26357.109 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f42f64c50..3b80202f99 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - a67d575054ff3bcb905ea6699734d0ed8816aa2b + ca60c43d982bb8e171b66ef8a38a777e004768ba diff --git a/global.json b/global.json index f648023e46..d7765528e4 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26356.103", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26357.109", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From 76f5cfc42c3ec2d60295530aaa32a6e44f039cbb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Jul 2026 02:09:30 +0000 Subject: [PATCH 10/12] Update dependencies from build 322034 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26357.109 -> 11.0.0-beta.26358.120) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 57aeefab35..9eb8ad8424 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26357.109 + 11.0.0-beta.26358.120 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b80202f99..1e68cd4717 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - ca60c43d982bb8e171b66ef8a38a777e004768ba + c7028b23fb9d8e1f786cc404c6107c53a0d3a2a3 diff --git a/global.json b/global.json index d7765528e4..66902d5d51 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26357.109", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26358.120", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From 67fd049085f97b9c9c352b20d321e8364f659a4b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 10 Jul 2026 02:13:50 +0000 Subject: [PATCH 11/12] Update dependencies from build 322287 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26358.120 -> 11.0.0-beta.26359.117) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 9eb8ad8424..4bb6b9b6c1 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26358.120 + 11.0.0-beta.26359.117 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e68cd4717..141497fd11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - c7028b23fb9d8e1f786cc404c6107c53a0d3a2a3 + 331fbbd197e21c8ec9d3eef292df8bbcd4deec0d diff --git a/global.json b/global.json index 66902d5d51..3964ba5aed 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26358.120", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26359.117", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From 4b85afdd233966758793b6d9cc146c8ffd4ee3c9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 11 Jul 2026 02:12:18 +0000 Subject: [PATCH 12/12] Update dependencies from build 322464 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26359.117 -> 11.0.0-beta.26360.111) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 4bb6b9b6c1..151dd888e9 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26359.117 + 11.0.0-beta.26360.111 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 141497fd11..c20fb23514 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,11 @@ - + - + https://github.com/dotnet/dotnet - 331fbbd197e21c8ec9d3eef292df8bbcd4deec0d + 50dbab4de210e882172b07934e9666313b7065f1 diff --git a/global.json b/global.json index 3964ba5aed..77df8137f5 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "11.0.100-preview.5.26302.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26359.117", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26360.111", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" }