From d9576c391b2b8fd81eeb48add8c24dac4f17a968 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 13 Oct 2018 22:48:02 -0500 Subject: [PATCH] Forced AppVeyor to restore NuGet packages (since it wasn't) --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4482322c..95acdec0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ pull_requests: do_not_increment_build_number: true install: - git submodule update --init --recursive + - nuget restore image: Visual Studio 2017 configuration: Release platform: x64 @@ -11,5 +12,5 @@ cache: artifacts: - path: IPA/bin/$(configuration) build: - verbosity: minimal + verbosity: normal project: BSIPA.sln \ No newline at end of file