8 lines
157 B
YAML
8 lines
157 B
YAML
init:
|
|
- git config --global core.autocrlf input
|
|
build_script:
|
|
- cmd: build.cmd NuGet
|
|
test: off
|
|
version: 0.0.1.{build}
|
|
artifacts:
|
|
- path: 'bin\*.nupkg'
|