Browse Source

Added debug artifact to AppVeyor

pull/32/head
Anairkoen Schno 5 years ago
parent
commit
90274dc7ef
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) name: BSIPA-$(platform)
- path: BSIPA-ModList/bin/$(configuration) - path: BSIPA-ModList/bin/$(configuration)
name: ModList name: ModList
- path: ./
name: DirDebug
#matrix: #matrix:
#exclude: #exclude:
@ -55,6 +57,7 @@ for:
except: except:
- BUILD_DOC: 'no' - BUILD_DOC: 'no'
artifacts:
environment: environment:
do_deploy: false do_deploy: false
skip_tags: false skip_tags: false


Loading…
Cancel
Save