Skip to content

Commit 14d6462

Browse files
committed
Revert "Attempt to build using our regular MSBuild script."
This reverts commit 98ca4c0.
1 parent 98ca4c0 commit 14d6462

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

appveyor.yml

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

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

610
test:
711
assemblies: test\SshNet.Security.Cryptography.NET40.Tests\bin\Debug\SshNet.Security.Cryptography.Tests.dll

0 commit comments

Comments
 (0)