From 2640df831f0b4f017375a0eba3c660f683e26f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Pedersen?= Date: Wed, 4 Jan 2017 16:13:34 +0100 Subject: [PATCH] Don't build on new tags as I do not like infinite loops --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 68c3c7f..a575573 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,8 @@ pull_requests: before_build: - dotnet restore +skip_tags: true + after_build: - dotnet publish Aem -c Release --output %APPVEYOR_BUILD_FOLDER%\published - 7z a Aem-v%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\published\*