From fc8c94932a4ab0a92e2ee79db1f174e5b8e53bfc Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Thu, 30 Aug 2018 22:08:03 +0200 Subject: [PATCH] Don't start branch builds if a PR is active --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 262ba95..e1b98af 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ image: Visual Studio 2017 version: '0.1.{build}' +skip_branch_with_pr: true before_build: - dotnet restore dotnet-packaging.sln