appveyor.yml 777 B

12345678910111213141516171819202122232425262728293031323334353637
  1. image: Visual Studio 2017
  2. environment:
  3. COVERALLS_REPO_TOKEN:
  4. secure: DOSlU041NY0WKjv9njrNqj14CLEzrF4ogZsbvqIXnNLd492oNlQf4dD5yr7TSK/S
  5. SignClientSecret:
  6. secure: oR9TMOkkvP/prmXyMT+p6mQhjyw3JDLbuywezBABvXzkvNsdNZgi2yPaHhgaofrb
  7. init:
  8. - git config --global core.autocrlf input
  9. skip_branch_with_pr: true
  10. skip_commits:
  11. files:
  12. - '**/*.md'
  13. skip_non_tags: true
  14. nuget:
  15. disable_publish_on_pr: true
  16. build_script:
  17. - ps: .\build.ps1
  18. test: off
  19. artifacts:
  20. - path: .\artifacts\*.nupkg
  21. deploy:
  22. provider: NuGet
  23. server: https://dotnet.myget.org/F/rx/api/v2/package
  24. on:
  25. appveyor_repo_tag: true
  26. api_key:
  27. secure: 5qZfZf9XVtN+h/UHwocrEBZjaZCajJg9fZbLDPigoew1NG7PzWQxMv1kLQJW6eWE
  28. symbol_server: https://dotnet.myget.org/F/rx/symbols/api/v2/package