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.
 
 
 

23 rivejä
586 B

  1. version: '{build}'
  2. os: Visual Studio 2015
  3. environment:
  4. BUILDING_ON_PLATFORM: win
  5. BuildEnvironment: appveyor
  6. # Jobs_SqlServer_ConnectionStringTemplate: Server=.\SQL2012SP1;Database={0};User ID=sa;Password=Password12!
  7. services:
  8. - mssql2012sp1
  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: PWCeOQ12fgAhPiBjgkBAqHbvaPQArarsO2sI+8KCeXjBjE+AHaMIMW8b7efmDzQ6
  21. # skip_symbols: true
  22. # artifact: /artifacts\/packages\/.+\.nupkg/