浏览代码

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"