We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c13d40 commit 91be9e4Copy full SHA for 91be9e4
nuget.config
@@ -1,6 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
<packageSources>
4
+ <clear /> <!-- ensure only the sources defined below are used -->
5
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
6
<add key="Versioned Clients" value="https://f.feedz.io/elastic/all/nuget/index.json" />
7
</packageSources>
0 commit comments