DTLib.Demystifier/appveyor.yml
Oren Novotny c062b1e19f
Fix build
2018-02-01 20:27:22 -05:00

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