sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
http://sshnet.github.io/SSH.NET/
MIT License
3.88k stars 917 forks source link

No need to collect nuget packages in appveyor.yml as the packages are not generated when build #1317

Closed scott-xu closed 4 months ago

scott-xu commented 4 months ago

No nupkg nor snupkg is generated at this moment. We can add these 2 lines back later if we decide to generate nuget packages when build.

Rob-Hague commented 4 months ago

Could you also delete the artifacts/tcpdump.pcap comments while you are here?

scott-xu commented 4 months ago

Could you also delete the artifacts/tcpdump.pcap comments while you are here?

TBH, I'm not familiar with this .pcap file in artifacts folder. I know it has already been commented out, but this PR is focused on not collecting nuget packages. And I know this PR's title is not intuitive. But if we want to have a better name, it would be easy when concentrate on one thing.

Rob-Hague commented 4 months ago

Thanks. I've removed them (I added them)