Skip to content

Commit 9f61cf9

Browse files
authored
msbuild patch to remove BuildXL feed (#20202)
1 parent 0bce25f commit 9f61cf9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>

0 commit comments

Comments
 (0)