From e87a7115c548e5a13f7481b13e2bea6009f5856d Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sun, 19 Apr 2020 13:13:16 +0200 Subject: [PATCH] Revert "Only produce artifacts on appveyor when a release was tagged" This reverts commit 487eee93cd1005e910f563b30dfb12cd5700f00c. --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1ff348b..2da5ba5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,5 +21,4 @@ test_script: artifacts: - path: 'build\clean\build\*.appx' - on: - appveyor_repo_tag: true +