From 2edaab30a05700bb94c8fb87f490ec637fcf35c4 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 17 Jul 2019 12:44:01 -0500 Subject: [PATCH] Removed debug artifact from deploy --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 87ece5e8..85fc7c3b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,7 +37,7 @@ artifacts: # When Net3 is added, this will need to be moved to the for block to - path: BSIPA-ModList/bin/$(configuration) name: ModList - path: ./ - name: DirDebug + name: DirDebug_ #matrix: #exclude: @@ -142,7 +142,7 @@ deploy: - `$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)` auth_token: secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t - artifact: /.*\.zip/ + artifact: '/.*[^_]\.zip/' draft: true force_update: true on: