From e4eb0bbef814b3c1ee965f0001d45d36688bef59 Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Sat, 10 Feb 2024 17:12:18 +0100 Subject: [PATCH] Remove AppVeyor config (we don't use it anymore for release builds anyway due to codesigning) --- appveyor.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 502e5b2..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -after_build: - - "set PATH=\"C:\\Program Files (x86)\\Inno Setup 6\";%PATH%" - - "cd C:\\projects\\virustotaluploader\\" - - "ISCC.exe inno_setup.iss" -artifacts: - - - name: release_anycpu - path: uploader/uploader/build/rel - - - name: setup_anycpu - path: output -before_build: - - "cd uploader" - - "nuget restore" -configuration: - - Release -environment: - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" -platform: - - "Any CPU" \ No newline at end of file