mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
14 lines
318 B
YAML
14 lines
318 B
YAML
init:
|
|
- git config --global core.autocrlf input
|
|
build_script:
|
|
- cmd: build.cmd BuildApp
|
|
- cmd: build.cmd UnitTests
|
|
- cmd: build.cmd ConventionTests
|
|
- cmd: build.cmd CreatePackages
|
|
test: off
|
|
nuget:
|
|
account_feed: true
|
|
project_feed: true
|
|
artifacts:
|
|
- path: 'packaging\octokit*.nupkg'
|
|
name: OctokitPackages |