diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props index f272b2eae4e5..c6809928d082 100644 --- a/src/SourceBuild/content/eng/Versions.props +++ b/src/SourceBuild/content/eng/Versions.props @@ -30,7 +30,7 @@ These URLs can't be composed from their base URL and version as we read them from the prep.sh and pipeline scripts, outside of MSBuild. --> - https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.108-servicing.24372.1.centos.9-x64.tar.gz - https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.108-centos.9-x64.tar.gz + https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.110-servicing.24474.1.centos.9-x64.tar.gz + https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.110-centos.9-x64.tar.gz diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index 4ce3bc3b13b9..9c9f81df396a 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -1,12 +1,12 @@ { "tools": { - "dotnet": "8.0.108" + "dotnet": "8.0.110" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", "Microsoft.Build.Traversal": "2.0.2", "Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01", - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24367.1", + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24463.3", "Yarn.MSBuild": "1.15.2" } } diff --git a/src/SourceBuild/patches/msbuild/0001-Remove-BuildXL-feed.patch b/src/SourceBuild/patches/msbuild/0001-Remove-BuildXL-feed.patch new file mode 100644 index 000000000000..26a734e970c4 --- /dev/null +++ b/src/SourceBuild/patches/msbuild/0001-Remove-BuildXL-feed.patch @@ -0,0 +1,22 @@ +From 0ea8c4bf37ca4e700ed4adc9e588416dcf10f51c Mon Sep 17 00:00:00 2001 +From: Matt Thalman +Date: Tue, 15 Oct 2024 14:24:55 -0500 +Subject: [PATCH] Remove BuildXL feed + +Backport: https://github.com/dotnet/msbuild/pull/10765 +--- + NuGet.config | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/NuGet.config b/NuGet.config +index d7187b4d64..4e9907ea83 100644 +--- a/NuGet.config ++++ b/NuGet.config +@@ -8,7 +8,6 @@ + + + +- + + +