You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
689 B
38 lines
689 B
8 years ago
|
version: '0.2.0.{build}'
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- develop
|
||
|
|
||
|
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
|