1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

@cosmetic Removed Tests from AppVeyor

This commit is contained in:
Leonardo Galli 2017-08-15 20:23:02 +02:00 committed by GitHub
parent 7a95f040c9
commit 2154c48304

View File

@ -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'