diff --git a/appveyor.yml b/appveyor.yml index 163e4f1f1..d772e0d1f 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'