25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
678 B

  1. version: '{build}'
  2. os: Visual Studio 2015
  3. environment:
  4. BUILDING_ON_PLATFORM: win
  5. BuildEnvironment: appveyor
  6. Cap_SqlServer_ConnectionStringTemplate: Server=(local)\SQL2014;Database={0};User ID=sa;Password=Password12!
  7. Cap_MySql_ConnectionStringTemplate: Server=localhost;Database={0};Uid=root;Pwd=Password12!
  8. services:
  9. - mssql2014
  10. - mysql
  11. build_script:
  12. - ps: ./ConfigureMSDTC.ps1
  13. - ps: ./build.ps1
  14. test: off
  15. artifacts:
  16. - path: artifacts/packages/*.nupkg
  17. deploy:
  18. provider: NuGet
  19. on:
  20. appveyor_repo_tag: true
  21. api_key:
  22. secure: /gak8VxtAbZvOTqON513KwsK5BtDUmoPjjzCMu+tn2i+vkupZbjnIKq/XnP4GGgv
  23. skip_symbols: true
  24. artifact: /artifacts\/packages\/.+\.nupkg/