From a8af14ab3a07bf0bdeb273b2d4e3e3452b7cb633 Mon Sep 17 00:00:00 2001 From: gibbed Date: Wed, 21 Nov 2018 08:46:51 -0600 Subject: [PATCH] [CI] Completely include xenia-vfs-dump as part of artifacts. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7bc260893..4ab7edc5e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -88,7 +88,7 @@ after_build: # to run your custom scripts instead of automatic MSBuild # We also compile the tests here instead of later on. 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 #build: off