.appveyor.yml 180 B

1234567
  1. image:
  2. - Visual Studio 2017
  3. install:
  4. - "nuget install Microsoft.VisualStudio.TestPlatform.TestFramework"
  5. - "nuget install Castle.Core"
  6. - "nuget install TestStack.White"