mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
20 lines
326 B
YAML
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
|