From 1c6b37cbb734b71437dda0b10c1d8750e9d39f8a Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 13 Oct 2018 22:42:48 -0500 Subject: [PATCH] Updated AppVeyor with more configuration --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index c9b6cd81..f77e7ae7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,14 @@ version: '{branch}-{build}' pull_requests: do_not_increment_build_number: true +install: + - git submodule update --init --recursive +image: Visual Studio 2017 configuration: Release platform: x64 +cache: + - '%LocalAppData%\NuGet\v3-cache' # NuGet v3 +artifacts: + - path: IPA/bin/$(configuration) build: verbosity: minimal \ No newline at end of file