File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
src/SourceBuild/patches/msbuild Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ From 6e9ddc58ab1d805c97e38be2c1978c927ba4bd64 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 bd10a6979c..6cb00e2877 100644
13
+ --- a/NuGet.config
14
+ +++ b/NuGet.config
15
+ @@ -18,7 +18,6 @@
16
+ <add key="dotnet8" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet8/nuget/v3/index.json" />
17
+ <add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
18
+ <add key="dotnet9" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet9/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
+ <!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
You can’t perform that action at this time.
0 commit comments