소스 검색

Explicitly specify solution for which to perform nuget restore.

Gert Driesen 9 년 전
부모
커밋
c3e7628f92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -1,7 +1,7 @@
 os: Visual Studio 2015
 
 before_build:
-  - nuget restore
+  - nuget restore src\SshNet.Security.Cryptography.VS2015.sln
 
 build:
   project: src\Renci.SshNet.VS2015.sln