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

26 regels
802 B

  1. version: '{build}'
  2. os: Visual Studio 2017
  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!;Allow User Variables=True
  8. Cap_PostgreSql_ConnectionStringTemplate: Server=localhost;Database={0};UserId=postgres;Password=Password12!
  9. services:
  10. - mssql2014
  11. - mysql
  12. - postgresql
  13. build_script:
  14. - ps: ./build.ps1
  15. test: off
  16. artifacts:
  17. - path: artifacts/packages/*.nupkg
  18. deploy:
  19. provider: NuGet
  20. on:
  21. appveyor_repo_tag: true
  22. api_key:
  23. secure: /gak8VxtAbZvOTqON513KwsK5BtDUmoPjjzCMu+tn2i+vkupZbjnIKq/XnP4GGgv
  24. skip_symbols: true
  25. artifact: /artifacts\/packages\/.+\.nupkg/