diff --git a/appveyor.yml b/appveyor.yml index cd1e787..d79c429 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"