mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
* Surface exceptions in RepoCollaboratorsClient.Add method * Reintroducing try...catch but for NotFoundException * Remove old/test dotnet core builds from appveyor
14 lines
224 B
YAML
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 |