Skip to content

Commit 75d8977

Browse files
authored
msbuild patch to remove BuildXL feed (#44199)
1 parent e928e71 commit 75d8977

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.-->

0 commit comments

Comments
 (0)