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.
 
 
 

22 lines
566 B

  1. version: '{build}'
  2. os: Visual Studio 2019
  3. environment:
  4. BUILDING_ON_PLATFORM: win
  5. BuildEnvironment: appveyor
  6. Cap_MySql_ConnectionStringTemplate: Server=localhost;Database={0};Uid=root;Pwd=Password12!;Allow User Variables=True;SslMode=none
  7. services:
  8. - mysql
  9. build_script:
  10. - ps: ./build.ps1
  11. test: off
  12. artifacts:
  13. - path: artifacts/packages/*.nupkg
  14. deploy:
  15. provider: NuGet
  16. on:
  17. appveyor_repo_tag: true
  18. api_key:
  19. secure: Qjj0e1B9giVIpozI/J3DMcF5nT1hchlE3xpGctBoqMrT8r/0Z1suwEdMAfTBMkjn
  20. skip_symbols: true
  21. artifact: /artifacts\/packages\/.+\.nupkg/