mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
@cosmetic Removed Tests from AppVeyor
This commit is contained in:
parent
7a95f040c9
commit
2154c48304
1 changed files with 8 additions and 8 deletions
16
appveyor.yml
16
appveyor.yml
|
@ -16,14 +16,14 @@ install:
|
|||
build_script:
|
||||
- ps: ./build-appveyor.ps1
|
||||
|
||||
# test: off
|
||||
test:
|
||||
assemblies:
|
||||
- '_tests\*Test.dll'
|
||||
categories:
|
||||
except:
|
||||
- IntegrationTest
|
||||
- AutomationTest
|
||||
test: off
|
||||
#test:
|
||||
# assemblies:
|
||||
# - '_tests\*Test.dll'
|
||||
# categories:
|
||||
# except:
|
||||
# - IntegrationTest
|
||||
# - AutomationTest
|
||||
|
||||
artifacts:
|
||||
- path: '_artifacts\*.zip'
|
||||
|
|
Loading…
Reference in a new issue