Skip to content

Commit 9bb01f5

Browse files
committedApr 11, 2024
Add root nuget.config to ensure CFS protection
1 parent 6be3e70 commit 9bb01f5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎nuget.config

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<fallbackPackageFolders>
4+
<clear />
5+
</fallbackPackageFolders>
6+
<packageSources>
7+
<clear />
8+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
9+
</packageSources>
10+
<disabledPackageSources>
11+
<clear />
12+
</disabledPackageSources>
13+
</configuration>
14+

0 commit comments

Comments
 (0)
Please sign in to comment.