@cosmetic Removed Tests from AppVeyor

pull/1944/head
Leonardo Galli 7 years ago committed by GitHub
parent 7a95f040c9
commit 2154c48304

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

Loading…
Cancel
Save