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" } }