.appveyor.yml 152 B

1234567
  1. image:
  2. - Visual Studio 2017
  3. install:
  4. - "nuget install TestStack.White"
  5. - "nuget install MSTest.TestAdapter"
  6. - "nuget install MSTest.TestFramework"