From 27e0736869d8fb8051d8e126a1d7134f5a924f0f Mon Sep 17 00:00:00 2001 From: camjac251 <camjac251@users.noreply.github.com> Date: Mon, 2 Nov 2015 19:37:11 -0600 Subject: [PATCH] Revert "Building with AppVeyor" This reverts commit cbc1afb4973efa425e00f8bcb2a519bcac7ccfeb. --- appveyor.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index d4a01a3d..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,43 +0,0 @@ -version: 0.6.{build}.0 -os: Visual Studio 2015 -configuration: Release -install: -- cmd: choco install InnoSetup -before_build: -- cmd: nuget restore src\Jackett.sln -build: - publish_nuget: true - include_nuget_references: true - verbosity: minimal -after_build: -- cmd: >- - xcopy src\Jackett.Console\bin\Release build.windows\ /e /y - - copy /Y src\Jackett.Service\bin\Release\JackettService.exe build.windows\JackettService.exe - - copy /Y src\Jackett.Service\bin\Release\JackettService.exe.config build.windows\JackettService.exe.config - - copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe build.windows\JackettTray.exe - - copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe.config build.windows\JackettTray.exe.config - - copy /Y LICENSE build.windows\LICENSE - - copy /Y README.md build.windows\README.md - - - "C:\Program Files (x86)\Inno Setup 5\ISCC.exe" Installer.iss - - RENAME Output\setup.exe Jackett.Installer.v%APPVEYOR_BUILD_VERSION%.exe -test: off -artifacts: -- path: build.windows - name: Jackett.Binaries.v$(appveyor_build_version) -- path: Output\Jackett.Installer.v$(appveyor_build_version).exe - name: Jackett.v$(appveyor_build_version).exe -deploy: -- provider: GitHub - tag: - auth_token: - secure: OSSu9VL6WpnJvSqaccsIxUxuxeQsr8dHI1/wuGZyUQ0ojlBgL2LKInteOVXsj902 - draft: false -- GitLab