Files
octokit.net/appveyor.yml
Joen Sindholt 596e51d5b3 Surface exceptions in RepoCollaboratorsClient.Add method (#1576)
* Surface exceptions in RepoCollaboratorsClient.Add method

* Reintroducing try...catch but for NotFoundException

* Remove old/test dotnet core builds from appveyor
2017-04-03 22:34:43 +10:00

14 lines
224 B
YAML

image: Visual Studio 2017
init:
- git config --global core.autocrlf input
build_script:
- dotnet --info
- ps: .\build.ps1 -LinkSources
test: off
artifacts:
- path: 'packaging\octokit*.nupkg'
name: OctokitPackages