Remove AppVeyor config (we don't use it anymore for release builds anyway due to codesigning)

This commit is contained in:
Samuel Tulach 2024-02-10 17:12:18 +01:00
parent e0d8785c64
commit e4eb0bbef8
1 changed files with 0 additions and 21 deletions

View File

@ -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"