From 45b343616df081524ae0051068a8944759f30b8f Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 14 Oct 2018 02:13:15 -0500 Subject: [PATCH] Removed AssemblyInfo patching from AppVeyor (but now there are 3 files that need version updated...) --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0441c68c..e3b1dbf3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,11 +13,6 @@ cache: - '%LocalAppData%\NuGet\v3-cache' # NuGet v3 artifacts: - path: IPA/bin/$(configuration) -assembly_info: - patch: true - file: IPA*\\Properties\\AssemblyInfo.cs - assembly_version: '$(bsipa_version)' - assembly_file_version: '$(bsipa_version)' build: verbosity: normal project: BSIPA.sln