appveyor.ix.yml 667 B

1234567891011121314151617181920212223242526272829303132333435
  1. image: Visual Studio 2015
  2. environment:
  3. COVERALLS_REPO_TOKEN:
  4. secure: DOSlU041NY0WKjv9njrNqj14CLEzrF4ogZsbvqIXnNLd492oNlQf4dD5yr7TSK/S
  5. skip_branch_with_pr: true
  6. skip_commits:
  7. files:
  8. - '**/*.md'
  9. only_commits:
  10. files:
  11. - Ix.NET/**/*
  12. - '*'
  13. nuget:
  14. disable_publish_on_pr: true
  15. build_script:
  16. - ps: .\Ix.NET\Source\build-new.ps1
  17. test: off
  18. artifacts:
  19. - path: .\artifacts\*.nupkg
  20. deploy:
  21. provider: NuGet
  22. server: https://dotnet.myget.org/F/rx/api/v2/package
  23. on:
  24. branch: master
  25. api_key:
  26. secure: 5qZfZf9XVtN+h/UHwocrEBZjaZCajJg9fZbLDPigoew1NG7PzWQxMv1kLQJW6eWE
  27. symbol_server: https://dotnet.myget.org/F/rx/symbols/api/v2/package