commit 9c27896342b4362e2d245c914a24f3b33c125c41
parent 0dc510180530c2a9347adf326cc8a9e4633954a8
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date: Wed, 10 Jun 2020 17:54:49 +0100
Reverted clearing of all nuget feeds other than NetSharpFeed
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/NetSharp/nuget.config b/NetSharp/nuget.config
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
- <clear />
<add key="NetSharpFeed" value="https://quartzstudios.pkgs.visualstudio.com/NetSharp/_packaging/NetSharpFeed/nuget/v3/index.json" />
</packageSources>
</configuration>
\ No newline at end of file