Do not build on readme or license changes.

This commit is contained in:
Michael Kriese 2019-01-25 10:07:17 +01:00 коммит произвёл Michael Kriese
Родитель e8e9d30883
Коммит 9e7b10e076
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,11 @@ image: Visual Studio 2017
configuration: Release
platform: Any CPU
skip_commits:
files:
- README.md
- LICENSE
install:
- ps: $env:build_version = (Select-Xml -Path ".\package.props" -XPath "/Project/PropertyGroup/Version" | Select-Object -ExpandProperty Node).InnerText
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"