Files
ssh.net/nuget.config
Rob Hague 452c1a23ce dotnet pack in CI (#1400)
* dotnet pack in CI

and delete the old build script

* Update appveyor.yml
2024-05-22 20:36:15 +02:00

8 lines
193 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>