Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

23 rader
575 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. services:
  8. - mssql2014
  9. build_script:
  10. - ps: ./ConfigureMSDTC.ps1
  11. - ps: ./build.ps1
  12. test: off
  13. artifacts:
  14. - path: artifacts/packages/*.nupkg
  15. deploy:
  16. provider: NuGet
  17. on:
  18. appveyor_repo_tag: true
  19. api_key:
  20. secure: /gak8VxtAbZvOTqON513KwsK5BtDUmoPjjzCMu+tn2i+vkupZbjnIKq/XnP4GGgv
  21. skip_symbols: true
  22. artifact: /artifacts\/packages\/.+\.nupkg/