Skip to content

Commit 8abe048

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

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
@@ -18,9 +18,5 @@
1818
<add key="dotnet11" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" />
1919
<add key="dotnet11-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json" />
2020
</packageSources>
21-
<auditSources>
22-
<clear />
23-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
24-
</auditSources>
2521
<disabledPackageSources />
2622
</configuration>

0 commit comments

Comments
 (0)