From b9d6d77420111790ae8bf4127ab14d514f1c1ce3 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Fri, 20 Apr 2018 17:41:43 +0200 Subject: [PATCH] AppVeyor: increment build number with pull requests, in order to avoid conflicts --- .appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 43baa50e..bca6a8b3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,9 +2,6 @@ version: '{build}' image: Visual Studio 2015 -pull_requests: - do_not_increment_build_number: true - skip_branch_with_pr: true clone_depth: 1