Skip to content

Commit 98ca4c0

Browse files
committed
Attempt to build using our regular MSBuild script.
1 parent bdccd36 commit 98ca4c0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
image: Visual Studio 2017
22

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
3+
build_script:
4+
- cmd: msbuild build/build.proj /verbosity:minimal
95

106
test:
117
assemblies: test\SshNet.Security.Cryptography.NET40.Tests\bin\Debug\SshNet.Security.Cryptography.Tests.dll

0 commit comments

Comments
 (0)