From 082c0c3d49bf0386cb3de7948d428c189c9f5a0b Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 16 Jul 2019 22:36:19 -0500 Subject: [PATCH] Reordered artifacts --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a557173d..3133f7f4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,10 @@ configuration: platform: - x64 #- x86 + +artifacts: + - path: IPA/bin/$(configuration) + name: BSIPA-$(platform) for: - @@ -46,10 +50,6 @@ branches: cache: - '%LocalAppData%\NuGet\v3-cache' # NuGet v3 -artifacts: - - path: IPA/bin/$(configuration) - name: BSIPA-$(platform) - build: verbosity: normal project: BSIPA.sln