Files
octokit.net/appveyor.yml
Stanley Goldman f70c402d78 Generate code coverage output with coverlet (#1866)
* add support for Codecov reporting on Windows
2019-09-17 09:49:44 -03:00

19 lines
325 B
YAML

image: Visual Studio 2017
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