mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-11 19:47:09 +00:00
20 lines
268 B
YAML
20 lines
268 B
YAML
version: '{build}'
|
|
image: Visual Studio 2017
|
|
|
|
pull_requests:
|
|
do_not_increment_build_number: true
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
nuget:
|
|
disable_publish_on_pr: true
|
|
|
|
build_script:
|
|
- ps: .\build.ps1
|
|
|
|
test: off
|
|
|
|
artifacts:
|
|
- path: src\SharpCompress\bin\Release\*.nupkg |