2016-07-17 21:12:35 +00:00
|
|
|
init:
|
|
|
|
- git config --global core.autocrlf input
|
|
|
|
build_script:
|
2016-07-18 00:00:20 +00:00
|
|
|
- cmd: build.cmd NuGet
|
2016-07-17 21:12:35 +00:00
|
|
|
test: off
|
|
|
|
version: 0.0.1.{build}
|
|
|
|
artifacts:
|
2016-07-18 09:43:00 +00:00
|
|
|
- path: 'bin\*.nupkg'
|