Skip to content

Commit 91be9e4

Browse files
authored
Clear packages in config (#6544)
1 parent 6c13d40 commit 91be9e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuget.config

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<clear /> <!-- ensure only the sources defined below are used -->
45
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
56
<add key="Versioned Clients" value="https://f.feedz.io/elastic/all/nuget/index.json" />
67
</packageSources>

0 commit comments

Comments
 (0)