File tree 1 file changed +22
-0
lines changed
src/SourceBuild/patches/msbuild
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ From 0ea8c4bf37ca4e700ed4adc9e588416dcf10f51c Mon Sep 17 00:00:00 2001
2
+ From: Matt Thalman <
[email protected] >
3
+ Date: Tue, 15 Oct 2024 14:24:55 -0500
4
+ Subject: [PATCH] Remove BuildXL feed
5
+
6
+ Backport: https://github.com/dotnet/msbuild/pull/10765
7
+ ---
8
+ NuGet.config | 1 -
9
+ 1 file changed, 1 deletion(-)
10
+
11
+ diff --git a/NuGet.config b/NuGet.config
12
+ index d7187b4d64..4e9907ea83 100644
13
+ --- a/NuGet.config
14
+ +++ b/NuGet.config
15
+ @@ -8,7 +8,6 @@
16
+ <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
17
+ <add key="dotnet8" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet8/nuget/v3/index.json" />
18
+ <add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
19
+ - <add key="BuildXL" value="https://pkgs.dev.azure.com/ms/BuildXL/_packaging/BuildXL/nuget/v3/index.json" />
20
+ </packageSources>
21
+ <disabledPackageSources />
22
+ </configuration>
You can’t perform that action at this time.
0 commit comments