From 26775bba78536c202ec265286cec3fd1cb3410c8 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Mon, 6 Nov 2017 17:40:31 +0100 Subject: [PATCH] appveyor: only package artifacts on master --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ad8006791..1c2e2562f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,10 @@ test: - 'ILSpy.BamlDecompiler.Tests\bin\%configuration%\net461\ILSpy.BamlDecompiler.Tests.dll' after_test: - python BuildTools\tidy.py +for: + branches: + only: + - master artifacts: - path: ILSpy_binaries.zip name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% binaries