Forráskód Böngészése

added nuget restore

Martin Edlund 5 éve
szülő
commit
3317edc2c3
1 módosított fájl, 2 hozzáadás és 1 törlés
  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"