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 491 B

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