From b5c5d037732bebc5fe089e09e69f9739b6f4f18e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 25 Mar 2026 02:01:59 +0000 Subject: [PATCH] Update dependencies from build 307601 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26172.108 -> 11.0.0-beta.26174.112) System.CommandLine (Version 3.0.0-preview.3.26172.108 -> 3.0.0-preview.3.26174.112) [[ commit created by automation ]] --- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 10 +++++----- eng/common/core-templates/job/source-index-stage1.yml | 2 ++ global.json | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 64bc02f372e..64d1633e897 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26172.108 - 3.0.0-preview.3.26172.108 + 11.0.0-beta.26174.112 + 3.0.0-preview.3.26174.112 10.0.1 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f7c5412a96..6c6a97fee2f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + - + https://github.com/dotnet/dotnet - 491bbab262d2f8179cf5f5651bc0689d9c12739a + 2615092a05c1f505f603fb4b389f7e38a1ad66fa - + https://github.com/dotnet/dotnet - 491bbab262d2f8179cf5f5651bc0689d9c12739a + 2615092a05c1f505f603fb4b389f7e38a1ad66fa diff --git a/eng/common/core-templates/job/source-index-stage1.yml b/eng/common/core-templates/job/source-index-stage1.yml index cf02b82d4e2..bac6ac5faac 100644 --- a/eng/common/core-templates/job/source-index-stage1.yml +++ b/eng/common/core-templates/job/source-index-stage1.yml @@ -15,6 +15,8 @@ jobs: variables: - name: BinlogPath value: ${{ parameters.binlogPath }} + - name: skipComponentGovernanceDetection + value: true - template: /eng/common/core-templates/variables/pool-providers.yml parameters: is1ESPipeline: ${{ parameters.is1ESPipeline }} diff --git a/global.json b/global.json index 9bc38546949..4a63ef659d2 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "11.0.100-preview.3.26170.106" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26172.108" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26174.112" } }