Skip to content

Commit ee968d4

Browse files
authored
Remove auditSources from NuGet.config (#368)
The api.nuget.org source will clash with the CFSClean network isolation policy
1 parent bfd94fe commit ee968d4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

NuGet.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
77
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
88
</packageSources>
9-
<auditSources>
10-
<clear />
11-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
12-
</auditSources>
139
<disabledPackageSources>
1410
<clear />
1511
</disabledPackageSources>

0 commit comments

Comments
 (0)