Parcourir la source

added nuget restore

Martin Edlund il y a 6 ans
Parent
commit
3317edc2c3
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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"