We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ca4c0 commit 14d6462Copy full SHA for 14d6462
1 file changed
appveyor.yml
@@ -1,7 +1,11 @@
1
image: Visual Studio 2017
2
3
-build_script:
4
-- cmd: msbuild build/build.proj /verbosity:minimal
+before_build:
+ - nuget restore src\SshNet.Security.Cryptography.VS2017.sln
5
+
6
+build:
7
+ project: src\SshNet.Security.Cryptography.VS2017.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