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