From fbe3fad52f8c44655b4ead618215f6342918adeb Mon Sep 17 00:00:00 2001 From: mattman86 Date: Wed, 12 Apr 2017 16:11:56 -0600 Subject: [PATCH] Delete appveyor.yml --- appveyor.yml | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 0088341fc..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,48 +0,0 @@ -assembly_info: - patch: true - file: 'src\NzbDrone.Common\Properties\SharedAssemblyInfo.cs' - assembly_version: '{version}' - assembly_file_version: '{version}' - assembly_informational_version: '{version}-rc1' - -environment: - DOTNET_CLI_TELEMETRY_OPTOUT: 1 - -install: - - git submodule update --init --recursive - -# test: off -test: - assemblies: - - '_tests\*Test.dll' - categories: - except: - - IntegrationTest - - AutomationTest - -artifacts: - - path: '_artifacts\*.zip' - - path: '_artifacts\*.exe' - - path: '_artifacts\*.tar.gz' - -cache: - - '%USERPROFILE%\.nuget\packages' - - node_modules - -pull_requests: - do_not_increment_build_number: true - -on_failure: - - ps: Get-ChildItem .\_artifacts\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - - ps: Get-ChildItem .\_artifacts\*.exe | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - - ps: Get-ChildItem .\_artifacts\*.tar.gz | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - -only_commits: - files: - - src/ - - osx/ - - gulp/ - - logo/ - - setup/ - - appveyor.yml - - build-appveyor.cake