ci changes

This commit is contained in:
Ben Adams
2017-11-12 12:40:13 +01:00
parent e7a2f46ff6
commit d4bf1639c7
6 changed files with 80 additions and 6 deletions

34
appveyor.yml Normal file
View File

@@ -0,0 +1,34 @@
image: Visual Studio 2017
shallow_clone: true
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 -buildAssemblyVersion ($env:BuildVersion + $env:APPVEYOR_BUILD_NUMBER) -buildSemanticVersion ($env:BuildSemanticVersion + $env:APPVEYOR_BUILD_NUMBER)
test: off
deploy: off
artifacts:
- path: artifacts/build
- path: artifacts/packages
- path: artifacts/test