mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
7cfa0531dc
* First fixing of tests. * Updated more tests. * Fix some tests * Fix all prioritization tests. And add new for preferred words. * Updated CompletedDownloadservice tests * Fixed a lot of tests * Fixed all indexer requests. We should add more for the indexers we added. To lazy for that though ¯\_(ツ)_/¯ * Fixed organizer tests. Should probably be also updated to incorporate our newly added tags. * Fix notification tests. * Fixed update test for osx * Fixed a few more tests. * Fixed some more tests. * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update activity.less * Update appveyor.yml * Update appveyor.yml * Update CommonVersionInfo.cs * Update build-appveyor.cake Let's hope this works. * Update CommonVersionInfo.cs Just to kickstart appveyor * Fixed a few tests * Just ignore those tests. * Fixed more tests. * First steps in fixing Core.Test.Download.DownloadApprovedFixture * Fix most DownloadApprovedFixture tests * Fixed something. * Fixed a few more tests. * Fixed pending release tests. * All Core tests are now fixed. * Fixed the last tests :) * Fixed Download Station Tests. * Fixed Vuze and Transmission default settings which caused the tests to fail. * Fix most tests. * Fix RootFolder tests. * Fixed last tests
45 lines
773 B
YAML
45 lines
773 B
YAML
version: '0.2.0.{build}'
|
|
|
|
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
|
|
|
|
build_script:
|
|
- ps: ./build-appveyor.ps1
|
|
|
|
# test: off
|
|
test:
|
|
assemblies:
|
|
- '_tests\*Test.dll'
|
|
categories:
|
|
except:
|
|
- IntegrationTest
|
|
- AutomationTest
|
|
|
|
artifacts:
|
|
- path: '_artifacts\*.zip'
|
|
- path: '_artifacts\*.tar.gz'
|
|
|
|
cache:
|
|
- '%USERPROFILE%\.nuget\packages'
|
|
- node_modules
|
|
|
|
pull_requests:
|
|
do_not_increment_build_number: true
|
|
|
|
only_commits:
|
|
files:
|
|
- src/
|
|
- osx/
|
|
- gulp/
|
|
- logo/
|