Skip to content

Commit f9fce60

Browse files
authored
Remove audit sources from NuGet.config (#120696)
The api.nuget.org source will clash with the CFSClean network isolation policy
1 parent 8d67e35 commit f9fce60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

NuGet.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
<!-- Need for prototype Roslyn compiler for runtime-async -->
2525
<add key="general-testing" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json" />
2626
</packageSources>
27-
<auditSources>
28-
<clear />
29-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
30-
</auditSources>
3127
<disabledPackageSources>
3228
<clear />
3329
</disabledPackageSources>

0 commit comments

Comments
 (0)