33 lines
409 B
YAML
33 lines
409 B
YAML
image: Visual Studio 2017
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
skip_branch_with_pr: true
|
|
|
|
skip_tags: true
|
|
|
|
skip_commits:
|
|
files:
|
|
- BUILDING.md
|
|
- CONTRIBUTING.md
|
|
- ISSUE_TEMPLATE.md
|
|
- LICENCE
|
|
- README.md
|
|
|
|
nuget:
|
|
disable_publish_on_pr: true
|
|
|
|
build_script:
|
|
- ps: .\build.ps1 -target appveyor
|
|
|
|
test: off
|
|
|
|
deploy: off
|
|
|
|
artifacts:
|
|
- path: artifacts/build
|
|
- path: artifacts/packages
|
|
- path: artifacts/test
|