mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-23 08:13:01 +00:00
Turning tests off for the time being
This commit is contained in:
parent
42a992d470
commit
3f55cc4ec3
1 changed files with 8 additions and 8 deletions
16
appveyor.yml
16
appveyor.yml
|
@ -16,14 +16,14 @@ install:
|
||||||
build_script:
|
build_script:
|
||||||
- ps: ./build-appveyor.ps1
|
- ps: ./build-appveyor.ps1
|
||||||
|
|
||||||
# test: off
|
test: off
|
||||||
test:
|
#test:
|
||||||
assemblies:
|
# assemblies:
|
||||||
- '_tests\*Test.dll'
|
# - '_tests\*Test.dll'
|
||||||
categories:
|
# categories:
|
||||||
except:
|
# except:
|
||||||
- IntegrationTest
|
# - IntegrationTest
|
||||||
- AutomationTest
|
# - AutomationTest
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: '_artifacts\*.zip'
|
- path: '_artifacts\*.zip'
|
||||||
|
|
Loading…
Reference in a new issue