Browse Source

added nuget restore

Martin Edlund 6 năm trước cách đây
mục cha
commit
3317edc2c3
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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"