Explorar el Código

added nuget restore

Martin Edlund hace 6 años
padre
commit
3317edc2c3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"