소스 검색

added nuget restore

Martin Edlund 6 년 전
부모
커밋
3317edc2c3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .appveyor.yml

+ 2 - 1
.appveyor.yml

@@ -4,4 +4,5 @@ image:
 install:
  - "nuget install TestStack.White"
  - "nuget install MSTest.TestAdapter"
- - "nuget install MSTest.TestFramework"
+ - "nuget install MSTest.TestFramework"
+ - "nuget restore"