[CI] Completely include xenia-vfs-dump as part of artifacts.

This commit is contained in:
gibbed 2018-11-21 08:46:51 -06:00
parent 412f8ee63f
commit a8af14ab3a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ after_build:
# to run your custom scripts instead of automatic MSBuild # to run your custom scripts instead of automatic MSBuild
# We also compile the tests here instead of later on. # We also compile the tests here instead of later on.
build_script: build_script:
- cmd: xb.bat build --config=%CONFIGURATION% --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests - cmd: xb.bat build --config=%CONFIGURATION% --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=tests\xenia-vfs-dump
# to disable automatic builds # to disable automatic builds
#build: off #build: off