Files
octokit.net/appveyor.yml
2020-02-09 12:34:34 -04:00

20 lines
326 B
YAML

image: Visual Studio 2019
branches:
only:
- master
init:
- git config --global core.autocrlf input
build_script:
- dotnet --info
- dotnet tool install --global coverlet.console
- ps: .\build.ps1 -LinkSources -Verbosity Verbose
test: off
artifacts:
- path: 'packaging\octokit*.nupkg'
name: OctokitPackages