From 963e16f7810759b60c92aff3cbba342f2fcbd181 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 13 Oct 2018 23:17:40 -0500 Subject: [PATCH] More tweaking for AppVeyor to make it able to output a usable ZIP --- IPA/IPA.csproj | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IPA/IPA.csproj b/IPA/IPA.csproj index 35fd1759..823e8e17 100644 --- a/IPA/IPA.csproj +++ b/IPA/IPA.csproj @@ -152,9 +152,9 @@ - + diff --git a/appveyor.yml b/appveyor.yml index 6f692746..95acdec0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,5 +12,5 @@ cache: artifacts: - path: IPA/bin/$(configuration) build: - verbosity: minimal + verbosity: normal project: BSIPA.sln \ No newline at end of file