Turning tests off for the time being

This commit is contained in:
mdespain 2017-05-08 09:01:52 -06:00
parent 42a992d470
commit 3f55cc4ec3
1 changed files with 8 additions and 8 deletions

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'