We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdccd36 commit 98ca4c0Copy full SHA for 98ca4c0
1 file changed
appveyor.yml
@@ -1,11 +1,7 @@
1
image: Visual Studio 2017
2
3
-before_build:
4
- - nuget restore src\SshNet.Security.Cryptography.VS2017.sln
5
-
6
-build:
7
- project: src\SshNet.Security.Cryptography.VS2017.sln
8
- verbosity: minimal
+build_script:
+- cmd: msbuild build/build.proj /verbosity:minimal
9
10
test:
11
assemblies: test\SshNet.Security.Cryptography.NET40.Tests\bin\Debug\SshNet.Security.Cryptography.Tests.dll
0 commit comments