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