2020-11-05 21:35:54 +01:00
|
|
|
image: Visual Studio 2017
|
|
|
|
init:
|
|
|
|
- git config --global core.autocrlf input
|
|
|
|
build_script:
|
|
|
|
- cmd: build.cmd NuGet
|
|
|
|
- cmd: .paket\paket.exe install
|
|
|
|
- cmd: git diff --exit-code
|
|
|
|
test: off
|
|
|
|
version: 0.0.1.{build}
|
|
|
|
artifacts:
|
|
|
|
- path: 'bin\*.nupkg'
|