From 90274dc7eff900d84e430e73be3e703b95b4eeca Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 17 Jul 2019 12:42:48 -0500 Subject: [PATCH] Added debug artifact to AppVeyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 917d9255..87ece5e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,6 +36,8 @@ artifacts: # When Net3 is added, this will need to be moved to the for block to name: BSIPA-$(platform) - path: BSIPA-ModList/bin/$(configuration) name: ModList + - path: ./ + name: DirDebug #matrix: #exclude: @@ -55,6 +57,7 @@ for: except: - BUILD_DOC: 'no' + artifacts: environment: do_deploy: false skip_tags: false