.appveyor.yml 207 B

12345678
  1. image:
  2. - Visual Studio 2017
  3. install:
  4. - "nuget install TestStack.White"
  5. - "nuget install MSTest.TestAdapter"
  6. - "nuget install MSTest.TestFramework"
  7. - "nuget restore SketchAssistant/SketchAssistant.sln"