From 2154c483040045a164854242bb1b8c7d0f3de57f Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Tue, 15 Aug 2017 20:23:02 +0200 Subject: [PATCH] @cosmetic Removed Tests from AppVeyor --- appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 92f2897f5..536203482 100644 --- a/appveyor.yml +++ b/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'