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.
 
 
 

24 rivejä
627 B

  1. version: '{build}'
  2. os: Visual Studio 2022
  3. environment:
  4. BUILDING_ON_PLATFORM: win
  5. BuildEnvironment: appveyor
  6. Cap_MySql_ConnectionString: Server=localhost;Database=cap_test;Uid=root;Pwd=Password12!;Allow User Variables=True;SslMode=none
  7. services:
  8. - mysql
  9. before_build:
  10. - ps: dotnet tool install --global FlubuCore.GlobalTool --version 6.3.2
  11. build_script:
  12. - ps: flubu
  13. test: off
  14. artifacts:
  15. - path: artifacts/**
  16. deploy:
  17. provider: NuGet
  18. on:
  19. appveyor_repo_tag: true
  20. api_key:
  21. secure: Q/7aMFCMA363iQv1r2fgW2PyvAFL3H409s9Pq8SgmYAbTH+c6ZQcYC9evHpipuNR
  22. skip_symbols: false
  23. artifact: /artifacts\/.+\.s?nupkg/