You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

appveyor.yml.obsolete 516 B

123456789101112131415161718192021222324
  1. # Created by wongsyrone
  2. version: 1.0.{build}
  3. image: Visual Studio 2017
  4. environment:
  5. matrix:
  6. - platform: x86
  7. configuration: Debug
  8. - platform: x86
  9. configuration: Release
  10. matrix:
  11. fast_finish: false
  12. nuget:
  13. project_feed: true
  14. before_build:
  15. - cmd: nuget restore
  16. build:
  17. parallel: true
  18. verbosity: normal
  19. artifacts:
  20. - path: shadowsocks-csharp\bin\x86\Release\Shadowsocks.exe
  21. name: Shadowsocks-release.exe
  22. - path: shadowsocks-csharp\bin\x86\Debug\Shadowsocks.exe
  23. name: Shadowsocks-debug.exe