File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
src/SourceBuild/patches/msbuild Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ From 3e953b23493f51d58d20b154e4fb13e8a144168a Mon Sep 17 00:00:00 2001
2
+ From: Jan Krivanek <
[email protected] >
3
+ Date: Tue, 8 Oct 2024 08:08:29 +0200
4
+ Subject: [PATCH] Remove BuildXL feed
5
+
6
+ Backport: https://github.com/dotnet/msbuild/pull/10765
7
+
8
+ ---
9
+ NuGet.config | 1 -
10
+ 1 file changed, 1 deletion(-)
11
+
12
+ diff --git a/NuGet.config b/NuGet.config
13
+ index 17cb1b80c05..659ab421680 100644
14
+ --- a/NuGet.config
15
+ +++ b/NuGet.config
16
+ @@ -18,7 +18,6 @@
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="dotnet9" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet9/nuget/v3/index.json" />
20
+ - <add key="BuildXL" value="https://pkgs.dev.azure.com/ms/BuildXL/_packaging/BuildXL/nuget/v3/index.json" />
21
+ <add key="msbuild17.12" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-95c7bf01-1/nuget/v3/index.json" />
22
+ </packageSources>
23
+ <disabledPackageSources>
You can’t perform that action at this time.
0 commit comments