Browse Source

Added debug artifact to AppVeyor

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
d762f08f5c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      appveyor.yml

+ 3
- 0
appveyor.yml View File

@ -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


Loading…
Cancel
Save