diff --git a/appveyor.yml b/.appveyor.yml similarity index 51% rename from appveyor.yml rename to .appveyor.yml index e0320ef..cf9c7b0 100644 --- a/appveyor.yml +++ b/.appveyor.yml @@ -1,30 +1,50 @@ -#---------------------------------# -# Build Image # -#---------------------------------# -image: Visual Studio 2017 - -#---------------------------------# -# Build Script # -#---------------------------------# -build_script: - - ps: .\build.ps1 -Target AppVeyor - -# Tests -test: off - -#---------------------------------# -# Branches to build # -#---------------------------------# -branches: - # Whitelist - only: - - develop - - master - - /release/.*/ - - /hotfix/.*/ - -#---------------------------------# -# Build Cache # -#---------------------------------# -cache: -- tools -> recipe.cake +#---------------------------------# +# Build Image # +#---------------------------------# +image: Visual Studio 2017 + +#---------------------------------# +# Build Script # +#---------------------------------# +build_script: + - ps: .\build.ps1 -Target AppVeyor + +#---------------------------------# +# Tests +#---------------------------------# +test: off + +#---------------------------------# +# Pull Requests # +#---------------------------------# +pull_requests: + do_not_increment_build_number: true + +#---------------------------------# +# General # +#---------------------------------# +skip_branch_with_pr: true + +#---------------------------------# +# Branches to build # +#---------------------------------# +branches: + # Whitelist + only: + - develop + - master + - /release/.*/ + - /hotfix/.*/ + +#---------------------------------# +# Build Cache # +#---------------------------------# +cache: +- tools -> recipe.cake, tools/packages.config + +#---------------------------------# +# Skip builds for doc changes # +#---------------------------------# +skip_commits: + # Regex for matching commit message + message: /(doc).*/