We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ab963 commit 481ae51Copy full SHA for 481ae51
appveyor.yml
@@ -0,0 +1,11 @@
1
+os: Visual Studio 2015
2
+
3
+before_build:
4
+ - nuget restore
5
6
+build:
7
+ project: src\SshNet.Security.Cryptography.VS2015.sln
8
+ verbosity: minimal
9
10
+test:
11
+ assemblies: test\SshNet.Security.Cryptography.NET40.Tests\bin\Debug\SshNet.Security.Cryptography.Tests.dll
0 commit comments